Package com.perforce.p4java.server
Class P4Charset
- java.lang.Object
-
- com.perforce.p4java.server.P4Charset
-
public class P4Charset extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description P4Charset(java.lang.String charsetName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.charset.Charset
getCharset()
java.lang.String
getCharsetName()
static P4Charset
getDefault()
static P4Charset
getUTF8()
boolean
isClientBOM()
static boolean
isUnicodeServer(P4Charset p4Charset)
-
-
-
Method Detail
-
getUTF8
public static P4Charset getUTF8()
-
getDefault
public static P4Charset getDefault()
-
getCharset
public java.nio.charset.Charset getCharset()
-
isClientBOM
public boolean isClientBOM()
-
getCharsetName
public java.lang.String getCharsetName()
-
isUnicodeServer
public static boolean isUnicodeServer(P4Charset p4Charset)
-
-