Home | History | Annotate | Download | only in DNS

Lines Matching full:stream

70  * Resets the current position of the output stream to the specified index.
84 * Saves the current state of the output stream.
93 * Restores the input stream to its state before the call to {@link #save}.
105 * Writes an unsigned 8 bit value to the stream.
116 * Writes an unsigned 16 bit value to the stream.
128 * Writes an unsigned 16 bit value to the specified position in the stream.
143 * Writes an unsigned 32 bit value to the stream.
157 * Writes a byte array to the stream.
170 * Writes a byte array to the stream.
179 * Writes a counted string from the stream. A counted string is a one byte
194 * Returns a byte array containing the current contents of the stream.