Class | Description |
---|---|
ByteArrayCharSequence |
A
CharSequence view onto a byte array of UTF-8-encoded characters, with the proviso that all of the
characters were encoded as a single byte in UTF-8. |
ByteArrayNodeDefault |
Similar to
CharArrayNodeDefault but represents
each character in UTF-8, instead of Java's default 2-byte UFT-16 encoding. |
ByteArrayNodeLeafNullValue |
Similar to
CharArrayNodeLeafNullValue but represents
each character in UTF-8, instead of Java's default 2-byte UFT-16 encoding. |
ByteArrayNodeLeafVoidValue |
Similar to
CharArrayNodeLeafVoidValue but represents
each character in UTF-8, instead of Java's default 2-byte UFT-16 encoding. |
ByteArrayNodeLeafWithValue |
Similar to
CharArrayNodeLeafWithValue but represents
each character in UTF-8, instead of Java's default 2-byte UFT-16 encoding. |
ByteArrayNodeNonLeafNullValue |
Similar to
CharArrayNodeNonLeafNullValue but represents
each character in UTF-8, instead of Java's default 2-byte UFT-16 encoding. |
ByteArrayNodeNonLeafVoidValue |
Similar to
CharArrayNodeNonLeafVoidValue but represents
each character in UTF-8, instead of Java's default 2-byte UFT-16 encoding. |
Exception | Description |
---|---|
ByteArrayCharSequence.IncompatibleCharacterException |
Copyright © 2016. All rights reserved.