Documentation
Dlang.org
GIOInputStream
arrow
gioinput_stream
class
GIOInputStream :
SeekableInputStream
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
GIOInputStream
self
();
this
(gio.input_stream.InputStream gioInputStream);
gio
.
input_stream
.
InputStream
getRaw
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(gio.input_stream.InputStream gioInputStream)
Members
Functions
getRaw
gio
.
input_stream
.
InputStream
getRaw
()
self
GIOInputStream
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From SeekableInputStream
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
SeekableInputStream
self
()
Returns
this
, for use in
with
statements.
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