[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

Latin1Encoder

inherits from Object
inherits from PartEncoder
inherits from TextPartEncoder

Object <- Latin1Encoder



Operations

Get list of all operations

CanEncodePart
ContentTypeForPart
EncodePart


Attributes

Get list of all attributes

Class Latin1Encoder defines no new attributes.


Fields

No fields are defined by Latin1Encoder or any of its superclasses.


Instance template

instance Latin1Encoder tag;
end instance;

Class definition

Define Class Latin1Encoder;
    inherits from Object;
    inherits from PartEncoder;
    inherits from TextPartEncoder;

    overrides ContentTypeForPart;
        // adds "charset=ISO-8859-1"
    overrides CanEncodePart;
        // requires the part to be all-Latin1
    overrides EncodePart;
        // writes the text as 8-bit chars to the target stream
end class;