Documentation
Dlang.org
FileInputStream
arrow
file_input_stream
class
FileInputStream :
SeekableInputStream
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
FileInputStream
self
();
this
(string path);
static
arrow
.
file_input_stream
.
FileInputStream
newFileDescriptor
(int fileDescriptor);
int
getFileDescriptor
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(string path)
Members
Functions
getFileDescriptor
int
getFileDescriptor
()
self
FileInputStream
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
newFileDescriptor
arrow
.
file_input_stream
.
FileInputStream
newFileDescriptor
(int fileDescriptor)
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
file_input_stream
classes
FileInputStream