#include <stream.h>
Inheritance diagram for ht_null_file:
Public Member Functions | |
void | init () |
virtual void | done () |
virtual int | extend (UINT newsize) |
virtual UINT | get_access_mode () |
virtual const char * | get_desc () |
virtual UINT | get_size () |
virtual void | pstat (pstat_t *s) |
virtual UINT | read (void *buf, UINT size) |
virtual int | seek (FILEOFS offset) |
virtual bool | set_access_mode (UINT access_mode) |
virtual FILEOFS | tell () |
virtual int | truncate (UINT newsize) |
virtual UINT | write (const void *buf, UINT size) |
|
Reimplemented from ht_stream. Definition at line 790 of file stream.cc. References ht_stream::done(). |
|
Reimplemented from ht_streamfile. Definition at line 795 of file stream.cc. References UINT. |
|
Reimplemented from ht_stream. Definition at line 800 of file stream.cc. References UINT. |
|
Reimplemented from ht_stream. |
|
Reimplemented from ht_streamfile. Definition at line 810 of file stream.cc. References UINT. Referenced by pstat(). |
|
Reimplemented from ht_stream. Definition at line 785 of file stream.cc. References ht_stream::init(). Referenced by sys_ipc_exec(). |
|
Reimplemented from ht_streamfile. Definition at line 815 of file stream.cc. References pstat_t::caps, get_size(), pstat_size, pstat_t::size, and pstat_t::size_high. |
|
Reimplemented from ht_stream. Definition at line 822 of file stream.cc. References UINT. |
|
Reimplemented from ht_streamfile. Definition at line 827 of file stream.cc. References FILEOFS. |
|
Reimplemented from ht_stream. Definition at line 832 of file stream.cc. References UINT. |
|
Reimplemented from ht_streamfile. Definition at line 837 of file stream.cc. References FILEOFS. |
|
Reimplemented from ht_streamfile. Definition at line 842 of file stream.cc. References UINT. |
|
Reimplemented from ht_stream. Definition at line 847 of file stream.cc. References UINT. |