PCIDSK::IOInterfaces Class Reference
IO Interface class.
More...
#include <pcidsk_io.h>
List of all members.
Public Member Functions |
virtual void * | Open (std::string filename, std::string access) const =0 |
virtual uint64 | Seek (void *io_handle, uint64 offset, int whence) const =0 |
virtual uint64 | Tell (void *io_handle) const =0 |
virtual uint64 | Read (void *buffer, uint64 size, uint64 nmemb, void *io_handle) const =0 |
virtual uint64 | Write (const void *buffer, uint64 size, uint64 nmemb, void *io_handle) const =0 |
virtual int | Eof (void *io_handle) const =0 |
virtual int | Flush (void *io_handle) const =0 |
virtual int | Close (void *io_handle) const =0 |
Detailed Description
IO Interface class.
The documentation for this class was generated from the following file: