|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alibaba.dubbo.common.serialize.support.dubbo.GenericDataInput
public class GenericDataInput
Default DataInput impl. Not thread-safe.
Field Summary |
---|
Fields inherited from interface com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataFlags |
---|
OBJECT, OBJECT_BYTES, OBJECT_DESC, OBJECT_DESC_ID, OBJECT_DUMMY, OBJECT_MAP, OBJECT_NULL, OBJECT_REF, OBJECT_STREAM, OBJECT_VALUE, OBJECT_VALUES, VARINT, VARINT_0, VARINT_1, VARINT_10, VARINT_11, VARINT_12, VARINT_13, VARINT_14, VARINT_15, VARINT_16, VARINT_17, VARINT_18, VARINT_19, VARINT_1A, VARINT_1B, VARINT_1C, VARINT_1D, VARINT_1E, VARINT_1F, VARINT_2, VARINT_3, VARINT_4, VARINT_5, VARINT_6, VARINT_7, VARINT_8, VARINT_9, VARINT_A, VARINT_B, VARINT_C, VARINT_D, VARINT_E, VARINT_F, VARINT_N1, VARINT_N2, VARINT_N3, VARINT_N4, VARINT_N5, VARINT_N6, VARINT_N7, VARINT_N8, VARINT_N9, VARINT_NA, VARINT_NB, VARINT_NC, VARINT_ND, VARINT_NE, VARINT_NF, VARINT16, VARINT24, VARINT32, VARINT40, VARINT48, VARINT56, VARINT64, VARINT8 |
Constructor Summary | |
---|---|
GenericDataInput(InputStream is)
|
|
GenericDataInput(InputStream is,
int buffSize)
|
Method Summary | |
---|---|
boolean |
readBool()
Read boolean. |
byte |
readByte()
Read byte. |
byte[] |
readBytes()
Read byte array. |
double |
readDouble()
Read double. |
float |
readFloat()
Read float. |
int |
readInt()
Read integer. |
long |
readLong()
Read long. |
short |
readShort()
Read short integer. |
int |
readUInt()
|
String |
readUTF()
Read UTF-8 string. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericDataInput(InputStream is)
public GenericDataInput(InputStream is, int buffSize)
Method Detail |
---|
public boolean readBool() throws IOException
DataInput
readBool
in interface DataInput
IOException
public byte readByte() throws IOException
DataInput
readByte
in interface DataInput
IOException
public short readShort() throws IOException
DataInput
readShort
in interface DataInput
IOException
public int readInt() throws IOException
DataInput
readInt
in interface DataInput
IOException
public long readLong() throws IOException
DataInput
readLong
in interface DataInput
IOException
public float readFloat() throws IOException
DataInput
readFloat
in interface DataInput
IOException
public double readDouble() throws IOException
DataInput
readDouble
in interface DataInput
IOException
public String readUTF() throws IOException
DataInput
readUTF
in interface DataInput
IOException
public byte[] readBytes() throws IOException
DataInput
readBytes
in interface DataInput
IOException
public int readUInt() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |