NioFileChannel
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun NioFileChannel.resolveWhencePosition(offset: Long, whence: Whence): Either<ChannelPositionError, Long>
Link copied to clipboard
fun NioFileChannel.setPosition(fileDelta: Long, whence: Whence = Whence.SET): Either<ChannelPositionError, Long>