public class DataReaderCBOR
extends ej.data.AbstractDataReader
DataReader
for a CBOR stream.Constructor and Description |
---|
DataReaderCBOR(java.io.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 java.lang.String |
readStringKey0() |
protected java.lang.String |
readStringValue0() |
void |
skipValue0() |
public DataReaderCBOR(java.io.InputStream is)
DataReader
on the given InputStream
.is
- the InputStream
from which the CBOR structured data is read.protected boolean hasMoreElements0() throws java.lang.Throwable
hasMoreElements0
in class ej.data.AbstractDataReader
java.lang.Throwable
protected boolean readBooleanValue0() throws java.lang.Throwable
readBooleanValue0
in class ej.data.AbstractDataReader
java.lang.Throwable
protected int readIntValue0() throws java.lang.Throwable
readIntValue0
in class ej.data.AbstractDataReader
java.lang.Throwable
protected long readLongValue0() throws java.lang.Throwable
readLongValue0
in class ej.data.AbstractDataReader
java.lang.Throwable
protected double readDoubleValue0() throws java.lang.Throwable
readDoubleValue0
in class ej.data.AbstractDataReader
java.lang.Throwable
protected java.lang.String readStringValue0() throws java.lang.Throwable
readStringValue0
in class ej.data.AbstractDataReader
java.lang.Throwable
protected java.lang.String readStringKey0() throws java.lang.Throwable
readStringKey0
in class ej.data.AbstractDataReader
java.lang.Throwable
protected int readIntKey0() throws java.lang.Throwable
readIntKey0
in class ej.data.AbstractDataReader
java.lang.Throwable
protected void readArrayValueStart0() throws java.lang.Throwable
readArrayValueStart0
in class ej.data.AbstractDataReader
java.lang.Throwable
protected void readArrayValueEnd0() throws java.lang.Throwable
readArrayValueEnd0
in class ej.data.AbstractDataReader
java.lang.Throwable
protected void readMapValueStart0() throws java.lang.Throwable
readMapValueStart0
in class ej.data.AbstractDataReader
java.lang.Throwable
protected void readMapValueEnd0() throws java.lang.Throwable
readMapValueEnd0
in class ej.data.AbstractDataReader
java.lang.Throwable
public void skipValue0() throws java.lang.Throwable
skipValue0
in class ej.data.AbstractDataReader
java.lang.Throwable