BufferedInput.slice

Retrieve the valid content.

  1. void[] slice()
    class BufferedInput
    final
    void[]
    slice
    ()
  2. void[] slice(size_t size, bool eat)

Return Value

Type: void[]

A void[] slice of the buffer, from the current position up to the limit of valid content. The content remains in the buffer for future extraction.

Meta