mot

buffer

package buffer

Visibility
  1. Public
  2. All

Type Members

  1. class EncodingException extends Exception

  2. class LimitOverflowException extends Exception

  3. final class ReadBuffer extends AnyRef

    A buffer for reading bytes from an InputStream.

    A buffer for reading bytes from an InputStream. At any time, the buffer is partitioned into three sections, from left to right: consumed, pending and free. Consumed bytes were read from the InputStream and also passed to the application. This data can be deleted. Pending bytes were read from the InputStream and not passed to the application. Free space at the end of the buffer is not occupied by useful bytes, new read from the InputStream go here.

  4. final class WriteBuffer extends AnyRef

Value Members

  1. object ReadBuffer

  2. object WriteBuffer

Ungrouped