|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::io::FileWriter Class Reference#include <FileWriter.h>
Inheritance diagram for acdk::io::FileWriter:
List of all members.
Detailed Description
byte Writer into a file API: ACDK
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.11
- Date:
- Date
- 2005/04/09 19:26:45
Constructor & Destructor Documentation
acdk::io::FileWriter::FileWriter |
( |
IN(RFile) |
file, |
|
|
bool |
append = false, |
|
|
bool |
binary = true |
|
) |
|
|
acdk::io::FileWriter::FileWriter |
( |
IN(RFileDescriptor) |
fd, |
|
|
bool |
dupl = false |
|
) |
|
|
acdk::io::FileWriter::FileWriter |
( |
IN(RString) |
fileName, |
|
|
bool |
append = false, |
|
|
bool |
binary = true |
|
) |
|
|
virtual acdk::io::FileWriter::~FileWriter |
( |
|
) |
[virtual] |
|
Member Function Documentation
virtual void acdk::io::FileWriter::close |
( |
|
) |
[virtual] |
|
virtual void acdk::io::FileWriter::flush |
( |
|
) |
[virtual] |
|
virtual RString acdk::io::FileWriter::getDeviceName |
( |
|
) |
[virtual] |
|
virtual bool acdk::io::FileWriter::isReadable |
( |
|
) |
[virtual] |
|
virtual bool acdk::io::FileWriter::isWriteable |
( |
|
) |
[virtual] |
|
jlong acdk::io::FileWriter::tell |
( |
|
) |
|
|
virtual void acdk::io::FileWriter::write |
( |
IN(RbyteArray) |
ch, |
|
|
int |
offset = 0, |
|
|
int |
len = -1 |
|
) |
[inline, virtual] |
|
virtual void acdk::io::FileWriter::write |
( |
const byte * |
cstr, |
|
|
int |
offset, |
|
|
int |
len |
|
) |
[virtual] |
|
virtual void acdk::io::FileWriter::write |
( |
byte |
c |
) |
[virtual] |
|
Member Data Documentation
|
|