Reader.this

Construct a Reader.

class Reader
@trusted pure
this
(
ubyte[] buffer
)

Throws

ReaderException on a UTF decoding error or if there are nonprintable Unicode characters illegal in YAML.

Meta