#include <DataOutputStream.h>
Inheritance diagram for beecrypt::io::DataOutputStream:


Public Member Functions | |
| DataOutputStream (OutputStream &out) | |
| virtual | ~DataOutputStream () |
| size_t | size () const throw () |
| virtual void | write (byte b) throw (IOException) |
| virtual void | write (const byte *data, size_t offset, size_t length) throw (IOException) |
| virtual void | write (const bytearray &b) throw (IOException) |
| virtual void | writeBoolean (bool v) throw (IOException) |
| virtual void | writeByte (byte v) throw (IOException) |
| virtual void | writeChar (javaint v) throw (IOException) |
| virtual void | writeChars (const String &s) throw (IOException) |
| virtual void | writeInt (javaint v) throw (IOException) |
| virtual void | writeLong (javalong v) throw (IOException) |
| virtual void | writeShort (javashort v) throw (IOException) |
| virtual void | writeUTF (const String &str) throw (IOException) |
Protected Attributes | |
| size_t | written |
|
|
|
|
|
|
|
|
|
|
|
Implements beecrypt::io::DataOutput. |
|
||||||||||||||||
|
Implements beecrypt::io::DataOutput. |
|
|
Implements beecrypt::io::DataOutput. |
|
|
Implements beecrypt::io::DataOutput. |
|
|
Implements beecrypt::io::DataOutput. |
|
|
|
|
|
Implements beecrypt::io::DataOutput. |
|
|
Implements beecrypt::io::DataOutput. |
|
|
Implements beecrypt::io::DataOutput. |
|
|
Implements beecrypt::io::DataOutput. |
|
|
Implements beecrypt::io::DataOutput. |
|
|
|
1.4.0