Lines Matching full:bytes
75 * @param capacity the capacity in number of bytes of the data buffer.
87 * Returns the current size (number of bytes) in the buffer.
114 * Reads requested number of bytes from the circular buffer.
117 * @param data Pointer to where to store read bytes.
118 * @param bufSize The number of bytes to read from the circular buffer.
120 * @return the number of bytes that were read. A negative value indicates an
127 * Skips requested number of bytes from the circular buffer.
130 * @param bufSize The number of bytes to skip from the circular buffer.
132 * @return the number of bytes that were skipped. A negative value indicates an
139 * Writes requested number of bytes from the circular buffer.
143 * @param bufSize The number of bytes to write into the circular buffer.
145 * @return the number of bytes that were written. A negative value indicates
152 * Removes the requested number of bytes from the end of the circular buffer.
155 * @param amoun tThe number of bytes to remove from end of circular buffer.
157 * @return the number of bytes that were unwritten. A negative value indicates