rwlogo
SourcePro C++ 12.0

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

RWUCharToByteOutputStreamImp Class Reference
[Streams]

Concrete class connecting a UTF-16 character stream to an output binary stream. More...

#include <rw/stream/RWUCharToByteOutputStreamImp.h>

Inheritance diagram for RWUCharToByteOutputStreamImp:
RWUCharOutputStreamImp RWOutputStreamImp RWStreamImp RWBodyBase RWTCountingBody< RWMutexLock > RWTMonitor< RWMutexLock >

List of all members.

Public Member Functions

virtual ~RWUCharToByteOutputStreamImp ()
virtual void close ()
virtual void flush ()
virtual bool isBad () const
virtual bool isFail () const
virtual bool isGood () const
virtual void write (RWUChar unicodeValue)
virtual void write (const RWUChar *unicodeArray, RWSize numUChars)

Static Public Member Functions

static RWUCharOutputStream make (const RWByteOutputStream &sink)

Protected Member Functions

 RWUCharToByteOutputStreamImp (const RWByteOutputStream &sinkStream)
RWByteOutputStreamgetSinkStream ()
const RWByteOutputStreamgetSinkStream () const

Detailed Description

Concrete class connecting a Unicode character stream to a binary stream. The UTF-16 characters are written as a sequence of bytes using the byte ordering (little endian, or big endian) supported by the system on which the code is executed. The UTF-16 character U+FEFF is inserted in the stream as first character to let input streams figure out the byte ordering used when generating the output byte sequence. Implements the body idiom from the handle-body pattern.


Constructor & Destructor Documentation

virtual RWUCharToByteOutputStreamImp::~RWUCharToByteOutputStreamImp (  )  [virtual]

Destructor.

RWUCharToByteOutputStreamImp::RWUCharToByteOutputStreamImp ( const RWByteOutputStream sinkStream  )  [protected]

Initializes the reference to the binary stream that will be used as the sink of bytes, and writes the stream header (U+FEFF).

Parameters:
sinkStream The binary stream that will serve as the sink of bytes.

Member Function Documentation

virtual void RWUCharToByteOutputStreamImp::close (  )  [virtual]

This function is forwarded to the binary stream used as the sink of bytes.

Reimplemented from RWOutputStreamImp.

virtual void RWUCharToByteOutputStreamImp::flush (  )  [virtual]

This function is forwarded to the binary stream used as the sink of bytes.

Implements RWOutputStreamImp.

const RWByteOutputStream& RWUCharToByteOutputStreamImp::getSinkStream (  )  const [inline, protected]

Returns a reference to the binary stream that is used as the sink of bytes. Throw no exceptions.

RWByteOutputStream& RWUCharToByteOutputStreamImp::getSinkStream (  )  [inline, protected]

Returns a reference to the binary stream that is used as the sink of bytes. Throw no exceptions.

virtual bool RWUCharToByteOutputStreamImp::isBad (  )  const [virtual]

This function is forwarded to the binary stream used as the sink of bytes. Throws no exceptions.

Implements RWStreamImp.

virtual bool RWUCharToByteOutputStreamImp::isFail (  )  const [virtual]

This function is forwarded to the binary stream used as the sink of bytes. Throws no exceptions.

Implements RWStreamImp.

virtual bool RWUCharToByteOutputStreamImp::isGood (  )  const [virtual]

This function is forwarded to the binary stream used as the sink of bytes. Throws no exceptions.

Implements RWStreamImp.

static RWUCharOutputStream RWUCharToByteOutputStreamImp::make ( const RWByteOutputStream sink  )  [inline, static]

Constructs an RWUCharToByteOutputStreamImp instance that uses sink as its sink of bytes, and returns a handle to it.

Parameters:
sink The binary stream that is used as the sink of bytes.
virtual void RWUCharToByteOutputStreamImp::write ( const RWUChar unicodeArray,
RWSize  numUChars 
) [virtual]

Writes an array of UTF-16 characters to the stream used as the sink of bytes.

Parameters:
unicodeArray A pointer to the first element of the array.
numUChars The number of UTF-16 characters to be written.

Implements RWUCharOutputStreamImp.

virtual void RWUCharToByteOutputStreamImp::write ( RWUChar  unicodeValue  )  [virtual]

Writes a single UTF-16 character to the binary stream used as the sink of bytes.

Parameters:
unicodeValue The UTF-16 character to be written.

Implements RWUCharOutputStreamImp.

 All Classes Functions Variables Typedefs Enumerations Enumerator Friends

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.