public class CSVFileFormat extends Object implements FileFormat
| Constructor and Description |
|---|
CSVFileFormat() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWriteSupported()
Whether writes are supported.
|
Object |
readValue(InputStream in)
Reads the value from the given stream.
|
void |
writeValue(Object value,
OutputStream out)
Write the value to the given stream.
|
public Object readValue(InputStream in)
FileFormatreadValue in interface FileFormatin - a stream; not nullpublic void writeValue(Object value, OutputStream out)
FileFormatwriteValue in interface FileFormatvalue - the value to write; not nullout - the output stream; not nullpublic boolean isWriteSupported()
FileFormatisWriteSupported in interface FileFormatCopyright © 2010–2014. All rights reserved.