|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.perforce.p4java.impl.mapbased.rpc.sys.RpcUnicodeInputStream.BOM
public static final class RpcUnicodeInputStream.BOM
Types of Unicode BOMs.
Field Summary | |
---|---|
static RpcUnicodeInputStream.BOM |
NONE
Default to no BOM. |
static RpcUnicodeInputStream.BOM |
UTF_16_BE
UTF-16, big-endian (FE FF). |
static RpcUnicodeInputStream.BOM |
UTF_16_LE
UTF-16, little-endian (FF FE). |
static RpcUnicodeInputStream.BOM |
UTF_32_BE
UTF-32, big-endian (00 00 FE FF). |
static RpcUnicodeInputStream.BOM |
UTF_32_LE
UTF-32, little-endian (FF FE 00 00). |
static RpcUnicodeInputStream.BOM |
UTF_8
UTF-8 BOM (EF BB BF). |
Method Summary | |
---|---|
byte[] |
getBytes()
Returns the bytes of this BOM. |
String |
toString()
Returns the string representation of this BOM. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final RpcUnicodeInputStream.BOM NONE
public static final RpcUnicodeInputStream.BOM UTF_8
public static final RpcUnicodeInputStream.BOM UTF_16_LE
public static final RpcUnicodeInputStream.BOM UTF_16_BE
public static final RpcUnicodeInputStream.BOM UTF_32_LE
public static final RpcUnicodeInputStream.BOM UTF_32_BE
Method Detail |
---|
public final String toString()
toString
in class Object
public final byte[] getBytes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |