Interface Reader

A byte reader.
Deprecated. Use io.Reader instead.

Interface summary


read -> ByteArray
Reads from the source.

Methods

Reads from the source.
Returns a byte array if the source has available content.
Returns null otherwise.