#include <DataOutput.h>
Inheritance diagram for beecrypt::io::DataOutput:
Public Member Functions | |
virtual void | write (const bytearray &b)=0 throw (IOException) |
virtual void | write (const byte *data, size_t offset, size_t length)=0 throw (IOException) |
virtual void | write (byte v)=0 throw (IOException) |
virtual void | writeBoolean (bool v)=0 throw (IOException) |
virtual void | writeByte (byte v)=0 throw (IOException) |
virtual void | writeChars (const String &s)=0 throw (IOException) |
virtual void | writeInt (javaint v)=0 throw (IOException) |
virtual void | writeLong (javalong v)=0 throw (IOException) |
virtual void | writeShort (javashort v)=0 throw (IOException) |
virtual void | writeUTF (const String &str)=0 throw (IOException) |
|
Implemented in beecrypt::io::DataOutputStream. |
|
Implemented in beecrypt::io::DataOutputStream. |
|
Implemented in beecrypt::io::DataOutputStream. |
|
Implemented in beecrypt::io::DataOutputStream. |
|
Implemented in beecrypt::io::DataOutputStream. |
|
Implemented in beecrypt::io::DataOutputStream. |
|
Implemented in beecrypt::io::DataOutputStream. |
|
Implemented in beecrypt::io::DataOutputStream. |
|
Implemented in beecrypt::io::DataOutputStream. |
|
Implemented in beecrypt::io::DataOutputStream. |