Inheritance diagram for stdbase::io::OutputStream::
Public Methods | |
virtual void | write (int b)=0 throw (IOException) |
virtual void | write (byte b[], int len)=0 throw (IOException) |
virtual void | flush ()=0 throw (IOException) |
virtual void | close ()=0 throw (IOException) |
Protected Methods | |
virtual | ~OutputStream () |
virtual void | inc () const |
Reference count re-direct method - inc(). More... | |
virtual unsigned | dec () const |
Reference count re-direct method - inc(). More... |
Definition at line 52 of file OutputStream.
|
Reference count re-direct method - inc(). This is intended to call the Object::* version of inc() in cases where there are multiple inheritence paths back to Abstract. Definition at line 71 of file OutputStream. |
|
Reference count re-direct method - inc(). This is intended to call the Object::* version of inc() in cases where there are multiple inheritence paths back to Abstract. Definition at line 63 of file OutputStream. |