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

ID3_Writer Class Reference

#include <writer.h>

Inheritance diagram for ID3_Writer::

ID3_IOStreamWriter ID3_MemoryWriter ID3_OStreamWriter ID3_FStreamWriter ID3_OFStreamWriter List of all members.

Public Types

typedef uint32 size_type
typedef uint8 char_type
typedef uint32 pos_type
typedef int32 off_type
typedef int16 int_type

Public Methods

virtual void close ()=0
 Close the writer. More...

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

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

virtual pos_type getEnd ()
 Return the first position that can't be written to. More...

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

virtual size_type getSize ()
 Return the number of bytes written *. More...

virtual size_type getMaxSize ()
 Return the maximum number of bytes that can be written *. More...

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

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

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

virtual bool atEnd ()

Static Public Attributes

const int_type END_OF_WRITER = -1

Member Typedef Documentation

typedef uint8 ID3_Writer::char_type
 

Definition at line 37 of file writer.h.

typedef int16 ID3_Writer::int_type
 

Definition at line 40 of file writer.h.

typedef int32 ID3_Writer::off_type
 

Definition at line 39 of file writer.h.

typedef uint32 ID3_Writer::pos_type
 

Definition at line 38 of file writer.h.

typedef uint32 ID3_Writer::size_type
 

Definition at line 36 of file writer.h.


Member Function Documentation

bool ID3_Writer::atEnd ( ) [inline, virtual]
 

Definition at line 92 of file writer.h.

Referenced by writeChar().

void ID3_Writer::close ( ) [pure virtual]
 

Close the writer.

Any further actions on the writer should fail. *

Reimplemented in ID3_OStreamWriter, ID3_OFStreamWriter, ID3_IOStreamWriter, ID3_FStreamWriter, and ID3_MemoryWriter.

void ID3_Writer::flush ( ) [pure virtual]
 

Flush the writer.

*

Reimplemented in ID3_OStreamWriter, ID3_IOStreamWriter, and ID3_MemoryWriter.

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

Return the beginning position in the writer *.

Reimplemented in ID3_OStreamWriter, ID3_IOStreamWriter, and ID3_MemoryWriter.

Definition at line 50 of file writer.h.

Referenced by getMaxSize(), and getSize().

pos_type ID3_Writer::getCur ( ) [pure virtual]
 

Return the next position that will be written to.

Reimplemented in ID3_OStreamWriter, ID3_IOStreamWriter, and ID3_MemoryWriter.

Referenced by ID3_Tag::Render(), atEnd(), and getSize().

pos_type ID3_Writer::getEnd ( ) [inline, virtual]
 

Return the first position that can't be written to.

A return value of -1 indicates no (reasonable) limit to the writer.

Reimplemented in ID3_MemoryWriter.

Definition at line 55 of file writer.h.

Referenced by atEnd(), and getMaxSize().

size_type ID3_Writer::getMaxSize ( ) [inline, virtual]
 

Return the maximum number of bytes that can be written *.

Definition at line 64 of file writer.h.

size_type ID3_Writer::getSize ( ) [inline, virtual]
 

Return the number of bytes written *.

Definition at line 61 of file writer.h.

int_type ID3_Writer::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 in ID3_OStreamWriter, and ID3_IOStreamWriter.

Definition at line 71 of file writer.h.

Referenced by ID3_TagHeader::Render(), ID3_FrameImpl::Render(), and lyrics3ToSylt().

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

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

Returns the number of characters write into buf. Note that the value returned may be less than the number of bytes that the internal position advances, due to multi-byte characters.

Parameters:
buf  
len  

Reimplemented in ID3_OStreamWriter, ID3_OStreamWriter, ID3_IOStreamWriter, ID3_IOStreamWriter, ID3_MemoryWriter, and ID3_MemoryWriter.

Definition at line 87 of file writer.h.

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

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

Returns the number of characters write into buf. Note that the value returned may be less than the number of bytes that the internal position advances, due to multi-byte characters.

Parameters:
buf  
len  

Reimplemented in ID3_OStreamWriter, ID3_OStreamWriter, ID3_IOStreamWriter, ID3_IOStreamWriter, ID3_MemoryWriter, and ID3_MemoryWriter.

Definition at line 87 of file writer.h.

Referenced by ID3_TagHeader::Render(), ID3_FrameHeader::Render(), ID3_FrameImpl::Render(), ID3_FieldImpl::RenderBinary(), writeChar(), and writeChars().


Member Data Documentation

const int_type ID3_Writer::END_OF_WRITER = -1 [static]
 

Definition at line 41 of file writer.h.


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