public class PlainBufferCodedInputStream extends Object
| 构造器和说明 |
|---|
PlainBufferCodedInputStream(PlainBufferInputStream input) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
checkLastTagWas(int tag) |
int |
getLastTag() |
PlainBufferCell |
readCell(boolean isPK) |
PrimaryKeyValue |
readCellPrimaryKeyValue() |
ColumnValue |
readCellValue() |
PlainBufferExtension |
readExtension() |
int |
readHeader() |
PlainBufferRow |
readRow() |
PlainBufferRow |
readRow(Boolean shouldContainsPk) |
List<PlainBufferCell> |
readRowData() |
List<PlainBufferCell> |
readRowPK() |
List<PlainBufferRow> |
readRowsWithHeader() |
List<PlainBufferRow> |
readRowsWithoutPk() |
PlainBufferSequenceInfo |
readSequenceInfo() |
int |
readTag() |
void |
skipRawSize(int length) |
public PlainBufferCodedInputStream(PlainBufferInputStream input)
public int readTag()
throws IOException
IOExceptionpublic boolean checkLastTagWas(int tag)
public int getLastTag()
public int readHeader()
throws IOException
IOExceptionpublic ColumnValue readCellValue() throws IOException
IOExceptionpublic PrimaryKeyValue readCellPrimaryKeyValue() throws IOException
IOExceptionpublic void skipRawSize(int length)
throws IOException
IOExceptionpublic PlainBufferCell readCell(boolean isPK) throws IOException
IOExceptionpublic List<PlainBufferCell> readRowPK() throws IOException
IOExceptionpublic List<PlainBufferCell> readRowData() throws IOException
IOExceptionpublic PlainBufferExtension readExtension() throws IOException
IOExceptionpublic PlainBufferRow readRow() throws IOException
IOExceptionpublic PlainBufferRow readRow(Boolean shouldContainsPk) throws IOException
IOExceptionpublic PlainBufferSequenceInfo readSequenceInfo() throws IOException
IOExceptionpublic List<PlainBufferRow> readRowsWithHeader() throws IOException
IOExceptionpublic List<PlainBufferRow> readRowsWithoutPk() throws IOException
IOExceptionCopyright © 2025. All Rights Reserved.