public static class AbstractStorage.StorageDataOutput extends DataOutputStream implements RecordDataOutput
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected BufferExposingByteArrayOutputStream |
getByteStream() |
int |
getRecordId() |
getWrittenBytesCount, write, write
flush, size, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
public void close() throws java.io.IOException
close
in interface RecordDataOutput
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.FilterOutputStream
java.io.IOException
protected BufferExposingByteArrayOutputStream getByteStream()
public int getRecordId()
getRecordId
in interface RecordDataOutput