interface java.nio.channels.SeekableByteChannel extends ByteChannel

Available on java

Instance Fields

function close():Void

function isOpen():Bool

function position():Int64

function position(param1:Int64):SeekableByteChannel

function read(param1:ByteBuffer):Int

function size():Int64

function write(param1:ByteBuffer):Int