public class DataReaderCBOR extends AbstractDataReader
DataReader
for a CBOR stream.Constructor and Description |
---|
DataReaderCBOR(InputStream is)
Creates a new
DataReader on the given InputStream . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
hasMoreElements0() |
protected void |
readArrayValueEnd0() |
protected void |
readArrayValueStart0() |
protected boolean |
readBooleanValue0() |
protected double |
readDoubleValue0() |
protected int |
readIntKey0() |
protected int |
readIntValue0() |
protected long |
readLongValue0() |
protected void |
readMapValueEnd0() |
protected void |
readMapValueStart0() |
protected String |
readStringKey0() |
protected String |
readStringValue0() |
void |
skipValue0() |
end, hasMoreElements, readArrayValueEnd, readArrayValueStart, readBooleanValue, readDoubleValue, readIntKey, readIntValue, readLongValue, readMapValueEnd, readMapValueStart, readStringKey, readStringValue, skipValue
public DataReaderCBOR(InputStream is)
DataReader
on the given InputStream
.is
- the InputStream
from which the CBOR structured data is read.protected boolean hasMoreElements0() throws Throwable
hasMoreElements0
in class AbstractDataReader
Throwable
protected void readArrayValueEnd0() throws Throwable
readArrayValueEnd0
in class AbstractDataReader
Throwable
protected void readArrayValueStart0() throws Throwable
readArrayValueStart0
in class AbstractDataReader
Throwable
protected boolean readBooleanValue0() throws Throwable
readBooleanValue0
in class AbstractDataReader
Throwable
protected double readDoubleValue0() throws Throwable
readDoubleValue0
in class AbstractDataReader
Throwable
protected int readIntKey0() throws Throwable
readIntKey0
in class AbstractDataReader
Throwable
protected int readIntValue0() throws Throwable
readIntValue0
in class AbstractDataReader
Throwable
protected long readLongValue0() throws Throwable
readLongValue0
in class AbstractDataReader
Throwable
protected void readMapValueEnd0() throws Throwable
readMapValueEnd0
in class AbstractDataReader
Throwable
protected void readMapValueStart0() throws Throwable
readMapValueStart0
in class AbstractDataReader
Throwable
protected String readStringKey0() throws Throwable
readStringKey0
in class AbstractDataReader
Throwable
protected String readStringValue0() throws Throwable
readStringValue0
in class AbstractDataReader
Throwable
public void skipValue0() throws Throwable
skipValue0
in class AbstractDataReader
Throwable