public class PlainBufferCodedOutputStream extends Object
| Constructor and Description |
|---|
PlainBufferCodedOutputStream(PlainBufferOutputStream output) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeCell(PlainBufferCell cell) |
void |
writeCellName(byte[] name) |
void |
writeCellValue(ColumnValue value) |
void |
writeCellValue(PrimaryKeyValue value) |
void |
writeColumnValueWithoutLengthPrefix(ColumnValue value) |
void |
writeExtension(PlainBufferExtension extension) |
void |
writeHeader() |
void |
writePrimaryKeyValueWithoutLengthPrefix(PrimaryKeyValue value) |
void |
writeRow(PlainBufferRow row) |
void |
writeRowWithHeader(PlainBufferRow row) |
void |
writeSequenceInfo(PlainBufferSequenceInfo sequenceInfo) |
void |
writeTag(byte tag) |
public PlainBufferCodedOutputStream(PlainBufferOutputStream output)
public void writeHeader()
throws IOException
IOExceptionpublic void writeTag(byte tag)
throws IOException
IOExceptionpublic void writeCellName(byte[] name)
throws IOException
IOExceptionpublic void writeCellValue(PrimaryKeyValue value) throws IOException
IOExceptionpublic void writeCellValue(ColumnValue value) throws IOException
IOExceptionpublic void writeCell(PlainBufferCell cell) throws IOException
IOExceptionpublic void writeExtension(PlainBufferExtension extension) throws IOException
IOExceptionpublic void writeSequenceInfo(PlainBufferSequenceInfo sequenceInfo) throws IOException
IOExceptionpublic void writeRow(PlainBufferRow row) throws IOException
IOExceptionpublic void writeRowWithHeader(PlainBufferRow row) throws IOException
IOExceptionpublic void writePrimaryKeyValueWithoutLengthPrefix(PrimaryKeyValue value) throws IOException
IOExceptionpublic void writeColumnValueWithoutLengthPrefix(ColumnValue value) throws IOException
IOExceptionCopyright © 2024. All Rights Reserved.