![]() |
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
![]() |
#include <FXMemoryMappedStream.h>
Inheritance diagram for FXEX::FXMemoryMappedStream::
Public Methods | |
FXMemoryMappedStream (const FXObject *cont=NULL) | |
FXbool | open (void *region, unsigned long size, FXStreamDirection save_or_load) |
FXbool | close () |
virtual FXbool | position (unsigned long p) |
virtual FXStream & | operator<< (const FXuchar &v) |
virtual FXStream & | operator<< (const FXchar &v) |
virtual FXStream & | operator>> (FXuchar &v) |
virtual FXStream & | operator>> (FXchar &v) |
virtual | ~FXMemoryMappedStream () |
Definition at line 33 of file FXMemoryMappedStream.h.
|
Create stream to bind to memory mapped region of file.
|
|
Destructor.
|
|
Open file store.
|
|
Close file store.
|
|
Move to position.
|
|
Save to stream.
|
|
|
|
Load from stream.
|
|
|