Cross-Platform C++

ot::io
class DataOutputStream

#include "ot/io/DataOutputStream.h"

ot::io::FilterOutputStream ot::io::DataOutput ot::io::OutputStream ot::ManagedObject ot::ManagedObject A FilterOutputStream that implements the DataOutput interface by writing bytes to the contained OutputStream.

Since:
OpenTop 1.4



Constructor/Destructor Summary
DataOutputStream(OutputStream* pOutputStream)
         Constructs a DataOutputStream using pOutputStream as the contained output stream.

Method Summary
 virtual void write(const Byte* pBuffer, size_t bufLen)
        

Methods inherited from class ot::io::DataOutput
writeBoolean(bool), writeByte(Byte), writeInt64(Int64Type), writeLong(long), writeShort(short), writeUnsignedInt64(UInt64Type), writeUnsignedLong(unsigned long), writeUnsignedShort(unsigned short), writeUTF(const String&)

Methods inherited from class ot::io::FilterOutputStream
close(), flush(), flushBuffers(), getOutputStream(), setOutputStream(OutputStream*), write(Byte)

Methods inherited from class ot::ManagedObject
addRef(), getRefCount(), onFinalRelease(), operator=(const ManagedObject&), release()

Constructor/Destructor Detail

DataOutputStream

 DataOutputStream(OutputStream* pOutputStream)
Constructs a DataOutputStream using pOutputStream as the contained output stream.

Exceptions:
NullPointerException - if pOutputStream is null.

Method Detail

write

virtual void write(const Byte* pBuffer,
                   size_t bufLen)



Cross-Platform C++

Found a bug or missing feature? Please email us at support@elcel.com

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements