EncodingAlgorithmpublic class UUIDEncodingAlgorithm extends LongEncodingAlgorithm
BuiltInEncodingAlgorithm.WordListenerSPACE_PATTERNINT_MAX_CHARACTER_SIZE, INT_SIZE, LONG_MAX_CHARACTER_SIZE, LONG_SIZE, SHORT_MAX_CHARACTER_SIZE, SHORT_SIZE| Constructor | Description |
|---|---|
UUIDEncodingAlgorithm() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
convertFromCharacters(char[] ch,
int start,
int length) |
|
void |
convertToCharacters(java.lang.Object data,
java.lang.StringBuffer s) |
|
int |
getPrimtiveLengthFromOctetLength(int octetLength) |
matchWhiteSpaceDelimnatedWords, removeWhitespaceconvertToCharactersFromLongArray, decodeFromBytes, decodeFromBytesToLongArray, decodeFromInputStream, decodeFromInputStreamToIntArray, encodeToBytes, encodeToBytesFromLongArray, encodeToOutputStream, encodeToOutputStreamFromLongArray, generateArrayFromList, getOctetLengthFromPrimitiveLengthpublic final int getPrimtiveLengthFromOctetLength(int octetLength)
throws EncodingAlgorithmException
getPrimtiveLengthFromOctetLength in class LongEncodingAlgorithmEncodingAlgorithmExceptionpublic final java.lang.Object convertFromCharacters(char[] ch,
int start,
int length)
convertFromCharacters in interface EncodingAlgorithmconvertFromCharacters in class LongEncodingAlgorithmpublic final void convertToCharacters(java.lang.Object data,
java.lang.StringBuffer s)
convertToCharacters in interface EncodingAlgorithmconvertToCharacters in class LongEncodingAlgorithmCopyright © 2018 Oracle Corporation. All rights reserved.