public class TextIO extends Object
| Constructor and Description |
|---|
TextIO() |
public static VType readList(Reader reader) throws IOException
reader - the stream to readIOException - all exceptions go throughpublic static void writeList(VType vType, Writer writer) throws IOException
No buffering, flushing or closing is performed by this function.
vType - the type to be writtenwriter - the writerIOException - all exceptions go throughCopyright © 2010–2015. All rights reserved.