Uses of Class
jetbrains.buildServer.util.ByteOrderMark
-
Packages that use ByteOrderMark Package Description jetbrains.buildServer.util -
-
Uses of ByteOrderMark in jetbrains.buildServer.util
Fields in jetbrains.buildServer.util declared as ByteOrderMark Modifier and Type Field Description static ByteOrderMarkByteOrderMark. UTF_16BEUTF-16BE BOM (Big-Endian).static ByteOrderMarkByteOrderMark. UTF_16LEUTF-16LE BOM (Little-Endian).static ByteOrderMarkByteOrderMark. UTF_32BEUTF-32BE BOM (Big-Endian).static ByteOrderMarkByteOrderMark. UTF_32LEUTF-32LE BOM (Little-Endian).static ByteOrderMarkByteOrderMark. UTF_8UTF-8 BOM.Methods in jetbrains.buildServer.util that return ByteOrderMark Modifier and Type Method Description ByteOrderMarkBOMInputStream. getBOM()Return the BOM (Byte Order Mark).Methods in jetbrains.buildServer.util with parameters of type ByteOrderMark Modifier and Type Method Description booleanBOMInputStream. hasBOM(ByteOrderMark bom)Indicates whether the stream contains the specified BOM.Constructors in jetbrains.buildServer.util with parameters of type ByteOrderMark Constructor Description 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.
-