public class ListFileFormat extends Object implements FileFormat
| Constructor and Description |
|---|
ListFileFormat() |
| 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) throws Exception
FileFormatreadValue in interface FileFormatin - a stream; not nullException - any errorpublic void writeValue(Object value, OutputStream out) throws Exception
FileFormatwriteValue in interface FileFormatvalue - the value to write; not nullout - the output stream; not nullException - any errorpublic boolean isWriteSupported()
FileFormatisWriteSupported in interface FileFormatCopyright © 2010–2014. All rights reserved.