CloseableByteWriter

Closeable Byte Writer

Represents a closeable byte stream writer.

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 write(buffer: ByteArray, offset: Int, len: Int)