public static class AbstractStorage.StorageDataOutput extends DataOutputStream implements RecordDataOutput
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected BufferExposingByteArrayOutputStream |
getByteStream() |
int |
getRecordId() |
getWrittenBytesCount, write, writeflush, size, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFpublic void close()
throws java.io.IOException
close in interface RecordDataOutputclose in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterOutputStreamjava.io.IOExceptionprotected BufferExposingByteArrayOutputStream getByteStream()
public int getRecordId()
getRecordId in interface RecordDataOutput