public class UUIDEncodingAlgorithm extends LongEncodingAlgorithm
BuiltInEncodingAlgorithm.WordListenerINT_MAX_CHARACTER_SIZE, INT_SIZE, LONG_MAX_CHARACTER_SIZE, LONG_SIZE, SHORT_MAX_CHARACTER_SIZE, SHORT_SIZESPACE_PATTERN| Constructor and Description |
|---|
UUIDEncodingAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convertFromCharacters(char[] ch,
int start,
int length) |
void |
convertToCharacters(Object data,
StringBuffer s) |
int |
getPrimtiveLengthFromOctetLength(int octetLength) |
convertToCharactersFromLongArray, decodeFromBytes, decodeFromBytesToLongArray, decodeFromInputStream, decodeFromInputStreamToIntArray, encodeToBytes, encodeToBytesFromLongArray, encodeToOutputStream, encodeToOutputStreamFromLongArray, generateArrayFromList, getOctetLengthFromPrimitiveLengthmatchWhiteSpaceDelimnatedWords, removeWhitespacepublic final int getPrimtiveLengthFromOctetLength(int octetLength)
throws EncodingAlgorithmException
getPrimtiveLengthFromOctetLength in class LongEncodingAlgorithmEncodingAlgorithmExceptionpublic final Object convertFromCharacters(char[] ch, int start, int length)
convertFromCharacters in interface EncodingAlgorithmconvertFromCharacters in class LongEncodingAlgorithmpublic final void convertToCharacters(Object data, StringBuffer s)
convertToCharacters in interface EncodingAlgorithmconvertToCharacters in class LongEncodingAlgorithmCopyright © 2012 Oracle Corpration. All Rights Reserved.