Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

TranscoderIso8859_1 Class Reference

Inheritance diagram for TranscoderIso8859_1:

Transcoder List of all members.

Public Member Functions

char[] toString ()
char[] encode (dchar[] input, char[] output, out uint consumed)
dchar[] decode (char[] input, dchar[] output, out uint consumed)

Private Member Functions

void fault (char[] msg)

Member Function Documentation

char [] toString  )  [inline]
 

Return the encoding name of this transcoder

Reimplemented from Transcoder.

Definition at line 50 of file Iso8859_1.d.

char [] encode dchar[]  input,
char[]  output,
out uint  consumed
[inline]
 

Convert the input into the output, respecting the boundaries of the provided arrays. Returns a valid slice of the output, along with the number of items consumed from the input.

Reimplemented from Transcoder.

Definition at line 59 of file Iso8859_1.d.

References Transcoder::fault().

dchar [] decode char[]  input,
dchar[]  output,
out uint  consumed
[inline]
 

Convert the input into the output, respecting the boundaries of the provided arrays. Returns a valid slice of the output, along with the number of items consumed from the input.

Reimplemented from Transcoder.

Definition at line 87 of file Iso8859_1.d.

void fault char[]  msg  )  [inline, protected, inherited]
 

overridable exception thrower

Definition at line 78 of file Transcoder.d.

References Exception.

Referenced by TranscoderUtf8Checked::decode(), TranscoderUtf8::encode(), and encode().


The documentation for this class was generated from the following file:
Generated on Sun Oct 24 22:31:32 2004 for Mango by doxygen 1.3.6