org.milyn.javabean.decoders
Class CSVDecoder
java.lang.Object
org.milyn.javabean.decoders.CSVDecoder
- All Implemented Interfaces:
- Serializable, DataDecoder
@DecodeType(value=java.lang.String[].class[])
public class CSVDecoder
- extends Object
- implements DataDecoder
Comma Separated Value (CSV) decoder.
- Author:
- tom.fennelly@gmail.com
- See Also:
- Serialized Form
|
Method Summary |
Object |
decode(String data)
Decode the supplied String data into a new Object data instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSVDecoder
public CSVDecoder()
decode
public Object decode(String data)
throws DataDecodeException
- Description copied from interface:
DataDecoder
- Decode the supplied String data into a new Object data instance.
- Specified by:
decode in interface DataDecoder
- Parameters:
data - Data to be decoded.
- Returns:
- Decoded data Object.
- Throws:
DataDecodeException - Error decoding data.
Copyright © 2018. All rights reserved.