Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
ByteAccessUtilities.readString(byte[] data,
int pos,
int length,
java.lang.String encoding) |
|
static java.lang.String |
ByteAccessUtilities.readZString(byte[] data,
int pos,
int maxLength,
java.lang.String encoding) |
Modifier and Type | Method | Description |
---|---|---|
CodePointBuffer |
EncodingCore.decode(ByteBuffer text,
CodePointBuffer buffer) |
|
CodePointBuffer |
EncodingCore.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
|
CodePointBuffer |
ExternalEncoding.decode(ByteBuffer text,
CodePointBuffer buffer) |
|
CodePointBuffer |
ExternalEncoding.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
|
ByteBuffer |
EncodingCore.encode(CodePointBuffer text,
ByteBuffer buffer) |
Encode, but ignore errors.
|
ByteBuffer |
EncodingCore.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
|
static java.lang.String |
EncodingUtility.encode(byte[] data,
java.lang.String encoding) |
|
ByteBuffer |
External8BitEncodingCore.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
|
ByteBuffer |
ExternalEncoding.encode(CodePointBuffer text,
ByteBuffer buffer) |
|
ByteBuffer |
ExternalEncoding.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
Constructor | Description |
---|---|
NameRecord(byte[] data,
int recordOffset,
int stringOffset) |
|
NameTable(byte[] buffer) |