![]() |
![]() |
#include <Iguana/Utilities/classlib/iotools/InputStream.h>
Public Member Functions | |
virtual IOSize | available (void) |
virtual void | close (void) |
virtual void | reset (void) |
virtual IOSize | skip (IOSize n) |
virtual | ~InputStream (void) |
Protected Member Functions | |
InputStream (void) | |
Static Protected Attributes | |
static const int | SKIP_BUFFER_SIZE = 1024 |
Private Member Functions | |
InputStream (const InputStream &) | |
InputStream & | operator= (const InputStream &) |
Definition at line 18 of file InputStream.h.
virtual lat::InputStream::~InputStream | ( | void | ) | [virtual] |
lat::InputStream::InputStream | ( | void | ) | [protected] |
lat::InputStream::InputStream | ( | const InputStream & | ) | [private] |
InputStream& lat::InputStream::operator= | ( | const InputStream & | ) | [private] |
const int lat::InputStream::SKIP_BUFFER_SIZE = 1024 [static, protected] |
Definition at line 29 of file InputStream.h.