Reader.peekByte

Get byte at specified index relative to current position.

  1. char peekByte(size_t index)
    class Reader
    @safe pure nothrow @nogc
    char
    peekByte
    (
    const size_t index
    )
  2. char peekByte()

Return Value

Type: char

Byte at specified position or '\0' if outside of the buffer.

Meta