ReadResult

data class ReadResult(val data: ByteArray, val eof: Boolean)

Result of a read operation.

Parameters

data

The data read.

eof

True if the end of the file has been reached.

Constructors

Link copied to clipboard
constructor(data: ByteArray, eof: Boolean)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard
Link copied to clipboard