- read() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- read() - Method in class org.fusesource.hawtbuf.BufferInputStream
-
- read(byte[]) - Method in class org.fusesource.hawtbuf.BufferInputStream
-
- read(byte[], int, int) - Method in class org.fusesource.hawtbuf.BufferInputStream
-
- read() - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
-
- read(byte[]) - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
-
- read(byte[], int, int) - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
-
- read() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
Reads the next byte of data from this input stream.
- read(byte[], int, int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
Reads up to len bytes of data into an array of bytes from
this input stream.
- readBoolean() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readBoolean() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readBuffer(int) - Method in class org.fusesource.hawtbuf.BufferInputStream
-
- readBuffer(int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readByte() - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
- readByte() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readByte() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readChar() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readChar() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readDouble() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readDouble() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readFloat() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readFloat() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readFrom(DataInput) - Method in class org.fusesource.hawtbuf.Buffer
-
same as in.readFully(data, offset, length);
- readFrom(InputStream) - Method in class org.fusesource.hawtbuf.Buffer
-
same as in.read(data, offset, length);
- readFully(byte[]) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readFully(byte[], int, int) - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readFully(byte[]) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readFully(byte[], int, int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readInt() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readInt() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readLine() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readLong() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readLong() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readShort() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readShort() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readUnsignedByte() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readUnsignedByte() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readUnsignedShort() - Method in class org.fusesource.hawtbuf.BufferEditor
-
- readUnsignedShort() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readUTF() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readVarInt() - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
Read a raw Varint from the stream.
- readVarInt() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readVarLong() - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
Read a raw Varint from the stream.
- readVarLong() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readVarSignedInt() - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
Read an sint32 field value from the stream.
- readVarSignedInt() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- readVarSignedLong() - Method in class org.fusesource.hawtbuf.AbstractVarIntSupport
-
Read an sint64 field value from the stream.
- readVarSignedLong() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- reset() - Method in class org.fusesource.hawtbuf.Buffer
-
- reset() - Method in class org.fusesource.hawtbuf.BufferInputStream
-
- reset() - Method in class org.fusesource.hawtbuf.BufferOutputStream
-
- reset() - Method in class org.fusesource.hawtbuf.ByteArrayInputStream
-
- reset() - Method in class org.fusesource.hawtbuf.ByteArrayOutputStream
-
- reset() - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
reset the output stream
- resize(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
- restart(Buffer) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
reset the StoreByteArrayInputStream to use an new
Buffer
- restart(int) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
re-start the input stream - reusing the current buffer
- restart(byte[]) - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
reset the StoreByteArrayInputStream to use an new byte
array
- restart() - Method in class org.fusesource.hawtbuf.DataByteArrayInputStream
-
- restart(int) - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
start using a fresh byte array
- restart() - Method in class org.fusesource.hawtbuf.DataByteArrayOutputStream
-
start using a fresh byte array