Lines Matching full:bytes
40 // Initializes the SourceStream to yield the bytes at |pointer|. The caller
49 // Initializes the SourceStream to yield the bytes in |region|. The caller
54 // Initializes the SourceStream to yield the bytes in |string|. The caller
59 // Initializes the SourceStream to yield the bytes written to |sink|. |sink|
64 // Returns number of bytes remaining to be read from stream.
73 // Copies bytes from stream to memory at |destination|. Returns 'false' if
85 // Initializes |substream| to yield |length| bytes from |this| stream,
86 // starting at |offset| bytes from the current position. Returns 'false' if
87 // there are insufficient bytes in |this| stream.
90 // Initializes |substream| to yield |length| bytes from |this| stream,
92 // insufficient bytes in |this| stream.
97 // Reads |length| bytes from |this| stream. Initializes |substream| to yield
98 // the bytes. Returns 'false' if there are insufficient bytes in |this|
102 // Skips over bytes. Returns 'false' if insufficient data to satisfy request.
123 // Appends |byte_count| bytes from |data| to the stream.
140 // Returns the number of bytes in this SinkStream
143 // Returns a pointer to contiguously allocated Length() bytes in the stream.
150 // Hints that the stream will grow by an additional |length| bytes.