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