|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataStreamWriter | |
---|---|
org.LiveGraph.dataCache | |
org.LiveGraph.dataFile.write |
Uses of DataStreamWriter in org.LiveGraph.dataCache |
---|
Methods in org.LiveGraph.dataCache that return DataStreamWriter | |
---|---|
DataStreamWriter |
UpdateInvoker.startMemoryStreamMode()
Uses a pipe buffer of 5 MB. |
Uses of DataStreamWriter in org.LiveGraph.dataFile.write |
---|
Methods in org.LiveGraph.dataFile.write that return DataStreamWriter | |
---|---|
static DataStreamWriter |
DataStreamWriterFactory.createDataWriter(java.io.File file,
boolean overwrite)
Creates a new DataStreamWriter object for the specified file. |
static DataStreamWriter |
DataStreamWriterFactory.createDataWriter(PipedInputStream pipedInputStream)
Creates a new DataStreamWriter object to write to the specified PipedInputStream . |
static DataStreamWriter |
DataStreamWriterFactory.createDataWriter(java.lang.String filePath,
boolean overwrite)
Creates a new DataStreamWriter object for the specified file path. |
static DataStreamWriter |
DataStreamWriterFactory.createDataWriter(java.lang.String dataFileDir,
java.lang.String dataFileBaseName)
Creates a new 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.This method is a convenience shorthand for createDataWriter(dataFileDir, dataFileBaseName, defaultFileExtension) , where
DataStreamWriterFactory.defaultFileExtension = "lgdat". |
static DataStreamWriter |
DataStreamWriterFactory.createDataWriter(java.lang.String dataFileDir,
java.lang.String dataFileBaseName,
java.lang.String dataFileExt)
Creates a new 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.If despite of the unique file name an output stream cannot be open (this may happen with a small probability in the case of several competing processes) the semantics of this method are the same as for DataStreamWriterFactory.createDataWriter(File, boolean) (with
overwrite = false ).This method uses the library method FileTools.findUniqueFile(String, String, String, boolean)
for generating a unique file path (with alwaysUseTimestamp = false ). |
|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |