Uses of Class
com.github.dannil.scbjavaclient.utility.UnicodeBOMInputStream.BOM
-
Packages that use UnicodeBOMInputStream.BOM Package Description com.github.dannil.scbjavaclient.utility Package which contains all the utility classes. -
-
Uses of UnicodeBOMInputStream.BOM in com.github.dannil.scbjavaclient.utility
Fields in com.github.dannil.scbjavaclient.utility declared as UnicodeBOMInputStream.BOM Modifier and Type Field Description static UnicodeBOMInputStream.BOMUnicodeBOMInputStream.BOM. NONENONE.static UnicodeBOMInputStream.BOMUnicodeBOMInputStream.BOM. UTF_16_BEUTF-16, big-endian (FE FF).static UnicodeBOMInputStream.BOMUnicodeBOMInputStream.BOM. UTF_16_LEUTF-16, little-endian (FF FE).static UnicodeBOMInputStream.BOMUnicodeBOMInputStream.BOM. UTF_32_BEUTF-32, big-endian (00 00 FE FF).static UnicodeBOMInputStream.BOMUnicodeBOMInputStream.BOM. UTF_32_LEUTF-32, little-endian (FF FE 00 00).static UnicodeBOMInputStream.BOMUnicodeBOMInputStream.BOM. UTF_8UTF-8 BOM (EF BB BF).Methods in com.github.dannil.scbjavaclient.utility that return UnicodeBOMInputStream.BOM Modifier and Type Method Description UnicodeBOMInputStream.BOMUnicodeBOMInputStream. getBOM()Returns theBOMthat was detected in the wrappedInputStreamobject.UnicodeBOMInputStream.BOMUnicodeBOMInputStream. getUtf16Bom(byte[] bomRawBytes)Retrieves the UTF-16BOMfrom the specifiedbytearray.UnicodeBOMInputStream.BOMUnicodeBOMInputStream. getUtf32Bom(byte[] bomRawBytes)Retrieves the UTF-32BOMfrom the specifiedbytearray.UnicodeBOMInputStream.BOMUnicodeBOMInputStream. getUtf8Bom(byte[] bomRawBytes)Retrieves the UTF-8BOMfrom the specifiedbytearray.
-