Class AbstractDelimitedStringDecoder<T>
java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.deserialization.handlers.AbstractDelimitedStringDecoder<T>
- All Implemented Interfaces:
- Decoder<T>
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAbstractDelimitedStringDecoder(int numElements) protectedAbstractDelimitedStringDecoder(int numElements, char delimiter) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract TarrayToObject(String[] array, DeserializationContext context) stringToObject(String s, DeserializationContext context) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.common.xmlserialization.encoding.DecoderbinaryToObject, createEncoder
- 
Field Details- 
numElementsprotected int numElements
- 
elements
- 
delimiterprotected char delimiter
- 
indexprotected int index
 
- 
- 
Constructor Details- 
AbstractDelimitedStringDecoderprotected AbstractDelimitedStringDecoder(int numElements) 
- 
AbstractDelimitedStringDecoderprotected AbstractDelimitedStringDecoder(int numElements, char delimiter) 
 
- 
- 
Method Details- 
arrayToObjectprotected abstract T arrayToObject(String[] array, DeserializationContext context) throws IOException - Throws:
- IOException
 
- 
stringToObject- Specified by:
- stringToObjectin interface- Decoder<T>
- Throws:
- IOException
 
 
-