GArrowFile
GArrowFile — File interface 
 | 
 | 
 
Prerequisites
GArrowFile requires
 GObject.
 
Known Implementations
GArrowFile is implemented by
 GArrowBufferInputStream,  GArrowBufferOutputStream,  GArrowCUDABufferInputStream,  GArrowCUDABufferOutputStream,  GArrowCompressedInputStream,  GArrowCompressedOutputStream,  GArrowFileInputStream,  GArrowFileOutputStream,  GArrowGIOInputStream,  GArrowGIOOutputStream,  GArrowInputStream,  GArrowMemoryMappedInputStream,  GArrowOutputStream and  GArrowSeekableInputStream.
 
Functions
garrow_file_tell ()
gint64
garrow_file_tell (GArrowFile *file,
                  GError **error);
Returns
 The current offset on success, -1 if there was an error.
 
 
 
Types and Values
GARROW_TYPE_FILE
#define GARROW_TYPE_FILE (garrow_file_get_type())
 
GArrowFile
typedef struct _GArrowFile GArrowFile;
 
GArrowFileInterface
typedef struct _GArrowFileInterface GArrowFileInterface;