Uses of Class
org.apache.wicket.util.io.ByteOrderMark

Packages that use ByteOrderMark
org.apache.wicket.util.io Input/Output utilities. 
 

Uses of ByteOrderMark in org.apache.wicket.util.io
 

Fields in org.apache.wicket.util.io declared as ByteOrderMark
static ByteOrderMark ByteOrderMark.UTF_16BE
          UTF-16BE BOM (Big-Endian)
static ByteOrderMark ByteOrderMark.UTF_16LE
          UTF-16LE BOM (Little-Endian)
static ByteOrderMark ByteOrderMark.UTF_32BE
          UTF-32BE BOM (Big-Endian)
static ByteOrderMark ByteOrderMark.UTF_32LE
          UTF-32LE BOM (Little-Endian)
static ByteOrderMark ByteOrderMark.UTF_8
          UTF-8 BOM
 

Methods in org.apache.wicket.util.io that return ByteOrderMark
 ByteOrderMark BOMInputStream.getBOM()
          Return the BOM (Byte Order Mark).
 

Methods in org.apache.wicket.util.io with parameters of type ByteOrderMark
 boolean BOMInputStream.hasBOM(ByteOrderMark bom)
          Indicates whether the stream contains the specified BOM.
 

Constructors in org.apache.wicket.util.io with parameters of type ByteOrderMark
BOMInputStream(InputStream delegate, boolean include, ByteOrderMark... boms)
          Constructs a new BOM InputStream that detects the specified BOMs and optionally includes them.
BOMInputStream(InputStream delegate, ByteOrderMark... boms)
          Constructs a new BOM InputStream that excludes the specified BOMs.
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.