CanRead() const | wxInputStream | virtual |
Close() | wxOutputStream | virtual |
Eof() const | wxInputStream | virtual |
GetC() | wxInputStream | |
wxFileOutputStream::GetFile() const | wxFileOutputStream | |
wxFileInputStream::GetFile() const | wxFileInputStream | |
wxFileOutputStream::GetLastError() const | wxStreamBase | |
wxFileInputStream::GetLastError() const | wxStreamBase | |
GetLength() const | wxStreamBase | virtual |
GetSize() const | wxStreamBase | virtual |
IsOk() const | wxFileStream | virtual |
IsSeekable() const | wxStreamBase | virtual |
LastRead() const | wxInputStream | virtual |
LastWrite() const | wxOutputStream | virtual |
OnSysRead(void *buffer, size_t bufsize)=0 | wxInputStream | protectedpure virtual |
OnSysSeek(wxFileOffset pos, wxSeekMode mode) | wxStreamBase | protectedvirtual |
OnSysTell() const | wxStreamBase | protectedvirtual |
OnSysWrite(const void *buffer, size_t bufsize) | wxOutputStream | protected |
wxFileOutputStream::operator!() const | wxStreamBase | |
wxFileInputStream::operator!() const | wxStreamBase | |
Peek() | wxInputStream | virtual |
PutC(char c) | wxOutputStream | |
Read(void *buffer, size_t size) | wxInputStream | virtual |
Read(wxOutputStream &stream_out) | wxInputStream | |
ReadAll(void *buffer, size_t size) | wxInputStream | |
wxFileOutputStream::Reset(wxStreamError error=wxSTREAM_NO_ERROR) | wxStreamBase | |
wxFileInputStream::Reset(wxStreamError error=wxSTREAM_NO_ERROR) | wxStreamBase | |
SeekI(wxFileOffset pos, wxSeekMode mode=wxFromStart) | wxInputStream | virtual |
SeekO(wxFileOffset pos, wxSeekMode mode=wxFromStart) | wxOutputStream | virtual |
TellI() const | wxInputStream | virtual |
TellO() const | wxOutputStream | virtual |
Ungetch(const void *buffer, size_t size) | wxInputStream | |
Ungetch(char c) | wxInputStream | |
Write(const void *buffer, size_t size) | wxOutputStream | virtual |
Write(wxInputStream &stream_in) | wxOutputStream | |
WriteAll(const void *buffer, size_t size) | wxOutputStream | |
wxFileInputStream(const wxString &ifileName) | wxFileInputStream | |
wxFileInputStream(wxFile &file) | wxFileInputStream | |
wxFileInputStream(int fd) | wxFileInputStream | |
wxFileOutputStream(const wxString &ofileName) | wxFileOutputStream | |
wxFileOutputStream(wxFile &file) | wxFileOutputStream | |
wxFileOutputStream(int fd) | wxFileOutputStream | |
wxFileStream(const wxString &iofileName) | wxFileStream | |
wxInputStream() | wxInputStream | |
wxOutputStream() | wxOutputStream | |
wxFileOutputStream::wxStreamBase() | wxStreamBase | |
wxFileInputStream::wxStreamBase() | wxStreamBase | |
~wxFileInputStream() | wxFileInputStream | virtual |
~wxFileOutputStream() | wxFileOutputStream | virtual |
~wxInputStream() | wxInputStream | virtual |
~wxOutputStream() | wxOutputStream | virtual |
~wxStreamBase() | wxStreamBase | virtual |