Documentation
Dlang.org
GIOInputStream
arrow
gioinput_stream
class
GIOInputStream :
SeekableInputStream
{
this
(gio.input_stream.InputStream gioInputStream);
gio
.
input_stream
.
InputStream
getRaw
();
}
Constructors
this
this
(gio.input_stream.InputStream gioInputStream)
Members
Functions
getRaw
gio
.
input_stream
.
InputStream
getRaw
()
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)
arrow
gioinput_stream
classes
GIOInputStream