public class PlainBufferCodedOutputStream extends Object
构造器和说明 |
---|
PlainBufferCodedOutputStream(PlainBufferOutputStream output) |
限定符和类型 | 方法和说明 |
---|---|
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
IOException
public void writeTag(byte tag) throws IOException
IOException
public void writeCellName(byte[] name) throws IOException
IOException
public void writeCellValue(PrimaryKeyValue value) throws IOException
IOException
public void writeCellValue(ColumnValue value) throws IOException
IOException
public void writeCell(PlainBufferCell cell) throws IOException
IOException
public void writeExtension(PlainBufferExtension extension) throws IOException
IOException
public void writeSequenceInfo(PlainBufferSequenceInfo sequenceInfo) throws IOException
IOException
public void writeRow(PlainBufferRow row) throws IOException
IOException
public void writeRowWithHeader(PlainBufferRow row) throws IOException
IOException
public void writePrimaryKeyValueWithoutLengthPrefix(PrimaryKeyValue value) throws IOException
IOException
public void writeColumnValueWithoutLengthPrefix(ColumnValue value) throws IOException
IOException
Copyright © 2018. All Rights Reserved.