public final class ReadingKt
final static Readable
borrow(Readable $self)
final static ByteArray
readOrElse(Readable $self, Function1<ReadError, ByteArray> recover)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final static Readable borrow(Readable $self)
Returns a new Readable accessing the same data but not owning them.
final static ByteArray readOrElse(Readable $self, Function1<ReadError, ByteArray> recover)