Uses of Class
org.mozilla.universalchardet.UnicodeBOMInputStream.BOM
-
Packages that use UnicodeBOMInputStream.BOM Package Description org.mozilla.universalchardet -
-
Uses of UnicodeBOMInputStream.BOM in org.mozilla.universalchardet
Fields in org.mozilla.universalchardet declared as UnicodeBOMInputStream.BOM Modifier and Type Field Description private UnicodeBOMInputStream.BOMUnicodeBOMInputStream. bomstatic 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 org.mozilla.universalchardet that return UnicodeBOMInputStream.BOM Modifier and Type Method Description UnicodeBOMInputStream.BOMUnicodeBOMInputStream. getBOM()Returns theBOMthat was detected in the wrappedInputStreamobject.
-