interface java.nio.channels.SeekableByteChannel extends ByteChannel
Available on java
function close():Void
function isOpen():Bool
function position():Int64
function position(param1:Int64):SeekableByteChannel
function read(param1:ByteBuffer):Int
function size():Int64
function truncate(param1:Int64):SeekableByteChannel
function write(param1:ByteBuffer):Int