|
LiveGraph Data Writer API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
DataStreamWriter object to write to the specified PipedInputStream.
DataStreamWriter object for a unique file whose name is created
on the basis of the specified base name and directory as well as an optional
timestamp and an optional counter to make the file name unique.createDataWriter(dataFileDir, dataFileBaseName, defaultFileExtension), where
DataStreamWriterFactory.defaultFileExtension = "lgdat".
DataStreamWriter object for a unique file whose name is created
on the basis of the specified base name, extension and directory as well as an optional
timestamp and an optional counter to make the file name unique.DataStreamWriterFactory.createDataWriter(File, boolean) (with
overwrite = false).FileTools.findUniqueFile(String, String, String, boolean)
for generating a unique file path (with alwaysUseTimestamp = false).
DataStreamWriter object for the specified file path.
DataStreamWriter object for the specified file.
DataStreamWriterFactory to indicate that a DataStreamWriter
for a specified physical file stream cannot be created becasue the file already
exists and cannot be overwritten.DataFileAlreadyExistsException relating to the specified file path.
DataFileAlreadyExistsException relating to the specified file path.
org.LiveGraph.dataFile.read.DataStreamReader when the data stream does
not have the expected format.DataStreamWriter objects are used for writing files in the LiveGraph file format.IOException encountered by this writer.
IOException.
IOExceptions.
byte to the piped output stream.
len bytes from the specified byte array starting at offset off to
this piped output stream.
|
|
||||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||||