2005/5/9

     
 

class ByteBufferStorage

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::io::ByteBufferStorage Class Reference

#include <ByteBufferReader.h>

Inheritance diagram for acdk::io::ByteBufferStorage:

acdk::lang::Object acdk::io::Storage acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

helper class


Public Member Functions

 ByteBufferStorage (bool readable, bool writeable)
virtual RString getDeviceName ()
virtual bool isWriteable ()
virtual bool isReadable ()

Private Attributes

bool _readable
bool _writeable


Constructor & Destructor Documentation

acdk::io::ByteBufferStorage::ByteBufferStorage bool  readable,
bool  writeable
[inline]
 


Member Function Documentation

virtual RString acdk::io::ByteBufferStorage::getDeviceName  )  [inline, virtual]
 

Returns:
the name of the device. Normally the filename

Implements acdk::io::Storage.

virtual bool acdk::io::ByteBufferStorage::isReadable  )  [inline, virtual]
 

Returns:
true if Storage is readable

Implements acdk::io::Storage.

virtual bool acdk::io::ByteBufferStorage::isWriteable  )  [inline, virtual]
 

Returns:
true if Storage is writable

Implements acdk::io::Storage.


Member Data Documentation

bool acdk::io::ByteBufferStorage::_readable [private]
 

bool acdk::io::ByteBufferStorage::_writeable [private]