|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharacterEncoding | |
---|---|
com.flagstone.transform | Transform SWF is an API for reading and writing Flash files. |
com.flagstone.transform.coder | The coder package contains the classes that perform the reading and writing of the binary data in a Flash file. |
Uses of CharacterEncoding in com.flagstone.transform |
---|
Methods in com.flagstone.transform that return CharacterEncoding | |
---|---|
static CharacterEncoding |
CharacterEncoding.fromCharSet(Charset set)
Get the ChanrcterEncoding that is identified by the canonical name of a CharSet object. |
static CharacterEncoding |
CharacterEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CharacterEncoding[] |
CharacterEncoding.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.flagstone.transform with parameters of type CharacterEncoding | |
---|---|
void |
Movie.setEncoding(CharacterEncoding enc)
Sets the encoding scheme for strings encoded and decoded from Flash files. |
Uses of CharacterEncoding in com.flagstone.transform.coder |
---|
Methods in com.flagstone.transform.coder with parameters of type CharacterEncoding | |
---|---|
void |
SWFEncoder.setEncoding(CharacterEncoding enc)
Sets the character encoding scheme used when encoding or decoding strings. |
void |
SWFDecoder.setEncoding(CharacterEncoding enc)
Sets the character encoding scheme used when encoding or decoding strings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |