CloseableByteReader

Closeable Byte Reader

Represents a closeable byte stream reader.

Author

Elizabeth Paige Harper - https://github.com/foxcapades

Since

v1.0.0

Functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
abstract fun read(buffer: ByteArray, offset: Int, max: Int): Int