Package org.jlab.io.stream
Class EvioOutputStream
java.lang.Object
org.jlab.io.stream.EvioOutputStream
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static void
void
write
(ArrayList<EvioStreamObject> objArray) Writes Array of objects into the file.void
writes one object with the interface EvioTreeStream into the file.void
writeToFile
(String filename) void
-
Constructor Details
-
EvioOutputStream
-
EvioOutputStream
public EvioOutputStream()
-
-
Method Details
-
write
Writes Array of objects into the file.- Parameters:
objArray
-
-
writeObject
writes one object with the interface EvioTreeStream into the file.- Parameters:
obj
-
-
writeTree
-
close
public void close() -
writeToFile
-
main
-