Lines Matching full:stream
41 * Returns the number of bytes that can be read from this stream before
57 * Marks the following bytes in the stream as active.
104 * Resets the current position of the input stream to the specified index,
120 * Saves the current state of the input stream. Both the current position and
131 * Restores the input stream to its state before the call to {@link #save}.
145 * Reads an unsigned 8 bit value from the stream, as an int.
147 * @throws WireParseException The end of the stream was reached.
156 * Reads an unsigned 16 bit value from the stream, as an int.
158 * @throws WireParseException The end of the stream was reached.
169 * Reads an unsigned 32 bit value from the stream, as a long.
171 * @throws WireParseException The end of the stream was reached.
184 * Reads a byte array of a specified length from the stream into an existing
189 * @throws WireParseException The end of the stream was reached.
199 * Reads a byte array of a specified length from the stream.
201 * @throws WireParseException The end of the stream was reached.
213 * Reads a byte array consisting of the remainder of the stream (or the
227 * Reads a counted string from the stream. A counted string is a one byte
230 * @throws WireParseException The end of the stream was reached.