Reader.peekByte

Get byte at specified index relative to current position.

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

Return Value

Type: char

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

Meta