DCL 4.0
Loading...
Searching...
No Matches
XBytesOutputStream Class Reference

#include <XBytesOutputStream.h>

Inheritance diagram for XBytesOutputStream:
BytesOutputStream OutputStream Object

Protected Attributes

Thread::Mutex __lock
Protected Attributes inherited from BytesOutputStream
ByteBuffer * __buf
size_t __capacity

Additional Inherited Members

Public Member Functions inherited from Object
virtual String toString () const
virtual void destroy ()
String className () const
bool isInstanceOf (const std::type_info &typeinfo) const
virtual const std::type_info & typeInfo () const
Protected Member Functions inherited from Object
virtual ~Object ()
 Object ()

Detailed Description

BytesOutputStream의 다중스레드 동기화 버전이다.

Since
DCL Version 3.0
See also
BytesOutputStream
XWriter

Definition at line 22 of file XBytesOutputStream.h.

Member Data Documentation

◆ __lock

Thread::Mutex XBytesOutputStream::__lock
protected

Definition at line 45 of file XBytesOutputStream.h.


The documentation for this class was generated from the following files: