Uses of Class
org.apache.wicket.util.io.ByteOrderMark
Packages that use ByteOrderMark
-
Uses of ByteOrderMark in org.apache.wicket.util.io
Fields in org.apache.wicket.util.io declared as ByteOrderMarkModifier and TypeFieldDescriptionstatic final ByteOrderMarkByteOrderMark.UTF_16BEUTF-16BE BOM (Big-Endian)static final ByteOrderMarkByteOrderMark.UTF_16LEUTF-16LE BOM (Little-Endian)static final ByteOrderMarkByteOrderMark.UTF_32BEUTF-32BE BOM (Big-Endian)static final ByteOrderMarkByteOrderMark.UTF_32LEUTF-32LE BOM (Little-Endian)static final ByteOrderMarkByteOrderMark.UTF_8UTF-8 BOMMethods in org.apache.wicket.util.io that return ByteOrderMarkMethods in org.apache.wicket.util.io with parameters of type ByteOrderMarkModifier and TypeMethodDescriptionbooleanBOMInputStream.hasBOM(ByteOrderMark bom) Indicates whether the stream contains the specified BOM.Constructors in org.apache.wicket.util.io with parameters of type ByteOrderMarkModifierConstructorDescriptionBOMInputStream(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.