MemoryMappedInputStream

class MemoryMappedInputStream : SeekableInputStream {}

Constructors

this
this(string path)

Inherited Members

From SeekableInputStream

getSize
ulong getSize()
getSupportZeroCopy
bool getSupportZeroCopy()
peek
glib.bytes.Bytes peek(long nBytes)
readAt
arrow.buffer.Buffer readAt(long position, long nBytes)
readAtBytes
glib.bytes.Bytes readAtBytes(long position, long nBytes)