DataAccessor
Defines an interface for random-access data reading.
Implementations should support reading bytes from a random-access data source (e.g., memory, file, mapped region). The interface guarantees consistent behavior across different sources, including strict parameter validation.
Inheritors
Types
Link copied to clipboard
object Companion
Checks whether the arguments to a read operation are valid. This method is intended for internal use in implementing readAtMost or readFully.