Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ID3_OStreamWriter Class Reference

#include <writers.h>

Inheritance diagram for ID3_OStreamWriter::

ID3_Writer ID3_OFStreamWriter List of all members.

Public Methods

 ID3_OStreamWriter (ostream &writer)
virtual ~ID3_OStreamWriter ()
virtual void close ()
 Close the writer. More...

virtual void flush ()
 Flush the writer. More...

virtual int_type writeChar (char_type ch)
 Write a single character and advance the internal position. More...

virtual size_type writeChars (const char buf[], size_type len)
 Write up to len chars into buf and advance the internal position accordingly. More...

virtual size_type writeChars (const char_type buf[], size_type len)
 Write up to len chars into buf and advance the internal position accordingly. More...

virtual pos_type getBeg ()
 Return the beginning position in the writer *. More...

virtual pos_type getCur ()
 Return the next position that will be written to. More...


Protected Methods

ostream& getWriter () const

Constructor & Destructor Documentation

ID3_OStreamWriter::ID3_OStreamWriter ( ostream & writer ) [inline]
 

Parameters:
writer  

Definition at line 43 of file writers.h.

ID3_OStreamWriter::~ID3_OStreamWriter ( ) [inline, virtual]
 

Definition at line 44 of file writers.h.


Member Function Documentation

void ID3_OStreamWriter::close ( ) [inline, virtual]
 

Close the writer.

Any further actions on the writer should fail. *

Reimplemented from ID3_Writer.

Reimplemented in ID3_OFStreamWriter.

Definition at line 46 of file writers.h.

void ID3_OStreamWriter::flush ( ) [inline, virtual]
 

Flush the writer.

*

Reimplemented from ID3_Writer.

Definition at line 47 of file writers.h.

pos_type ID3_OStreamWriter::getBeg ( ) [inline, virtual]
 

Return the beginning position in the writer *.

Reimplemented from ID3_Writer.

Definition at line 69 of file writers.h.

pos_type ID3_OStreamWriter::getCur ( ) [inline, virtual]
 

Return the next position that will be written to.

Reimplemented from ID3_Writer.

Definition at line 70 of file writers.h.

ostream & ID3_OStreamWriter::getWriter ( ) const [inline, protected]
 

Definition at line 41 of file writers.h.

int_type ID3_OStreamWriter::writeChar ( char_type ch ) [inline, virtual]
 

Write a single character and advance the internal position.

Note that the interal position may advance more than one byte for a single character write. Returns END_OF_WRITER if there isn't a character to write.

Parameters:
ch  

Reimplemented from ID3_Writer.

Definition at line 49 of file writers.h.

size_type ID3_OStreamWriter::writeChars ( const char_type buf[],
size_type len ) [inline, virtual]
 

Write up to len chars into buf and advance the internal position accordingly.

Returns the number of characters write into buf.

Parameters:
buf  
len  

Reimplemented from ID3_Writer.

Definition at line 63 of file writers.h.

size_type ID3_OStreamWriter::writeChars ( const char buf[],
size_type len ) [inline, virtual]
 

Write up to len chars into buf and advance the internal position accordingly.

Returns the number of characters write into buf.

Parameters:
buf  
len  

Reimplemented from ID3_Writer.

Definition at line 58 of file writers.h.


The documentation for this class was generated from the following file:
Generated at Sat Sep 8 15:51:13 2001 for id3lib by doxygen1.2.8 written by Dimitri van Heesch, © 1997-2001