jhplot.io
Class RecordWriter
java.lang.Object
jhplot.io.RecordWriter
public class RecordWriter
- extends Object
RecordWriter
public RecordWriter(String key)
getKey
public String getKey()
getOutputStream
public OutputStream getOutputStream()
getObjectOutputStream
public ObjectOutputStream getObjectOutputStream()
throws IOException
- Throws:
IOException
writeObject
public void writeObject(Object o)
throws IOException
- Throws:
IOException
getDataLength
public int getDataLength()
- Returns the number of bytes in the data.
writeTo
public void writeTo(DataOutput str)
throws IOException
- Writes the data out to the stream without re-allocating the buffer.
- Throws:
IOException
jHepWork 3.0 ©