jhplot.io.db
Class RecordWriter
- java.lang.Object
-
- jhplot.io.db.RecordWriter
-
public class RecordWriter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description RecordWriter(java.lang.String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
getDataLength()
Returns the number of bytes in the data.java.lang.String
getKey()
java.io.ObjectOutputStream
getObjectOutputStream()
java.io.OutputStream
getOutputStream()
void
writeObject(java.lang.Object o)
void
writeTo(java.io.DataOutput str)
Writes the data out to the stream without re-allocating the buffer.
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
-
getOutputStream
public java.io.OutputStream getOutputStream()
-
getObjectOutputStream
public java.io.ObjectOutputStream getObjectOutputStream() throws java.io.IOException
- Throws:
java.io.IOException
-
writeObject
public void writeObject(java.lang.Object o) throws java.io.IOException
- Throws:
java.io.IOException
-
getDataLength
public int getDataLength()
Returns the number of bytes in the data.
-
writeTo
public void writeTo(java.io.DataOutput str) throws java.io.IOException
Writes the data out to the stream without re-allocating the buffer.- Throws:
java.io.IOException
-
-
DMelt 3.0 © DataMelt by jWork.ORG