|
Jive reference manual
|
#include <jem/io/FileOutputStream.h>

Public Member Functions | |
| FileOutputStream (const String &name, int flags=0) | |
| FileOutputStream (Ref< FileStream > fs) | |
| FileOutputStream (const Self &rhs) | |
| virtual Ref< OutputStream > | dup () |
| virtual void | close () |
| virtual void | write (const void *buf, idx_t n) |
| virtual void | writeNoThrow (const void *buf, idx_t n) |
| Ref< FileStream > | getFileStream () const |
Public Member Functions inherited from jem::io::OutputStream | |
| virtual void | flush () |
Public Member Functions inherited from jem::Object | |
| virtual Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
| virtual String | toString () const |
| Returns a short textual description of this object. More... | |
| virtual long | hashValue () const |
| Returns a hash value for this object. More... | |
| virtual bool | equals (const Ref< Object > &obj) const |
| Tests whether two objects are equal. More... | |
| Ref< Object > | clone () const |
| Returns a copy of this object. More... | |
Protected Member Functions | |
| virtual | ~FileOutputStream () |
Protected Member Functions inherited from jem::io::OutputStream | |
| virtual | ~OutputStream () |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
|
explicit |
|
explicit |
| jem::io::FileOutputStream::FileOutputStream | ( | const Self & | rhs | ) |
|
protectedvirtual |
|
virtual |
Reimplemented from jem::io::OutputStream.
|
virtual |
Reimplemented from jem::io::OutputStream.
|
virtual |
Implements jem::io::OutputStream.
|
virtual |
Reimplemented from jem::io::OutputStream.
| Ref<FileStream> jem::io::FileOutputStream::getFileStream | ( | ) | const |