Package org.eclipse.ercp.xml.io

Class Summary
AbstractIOSpecificCall Defines a set of IO apis which are implemented differently depending on the targetted JCL
IanaJavaMap EncodingMap handles conversions between IANA encoding names and Java encoding names.
IOSpecificCall Implementation of AbstractIOSpecificCall against Core and Higher
PropertyFileReader Because CLDC doesn't provide the properties class, we have to write our own Property file reader...
SimpleBufferedInputStream Simplified version of a BufferedInputStream allowing to rewind read bytes by providing them!
StreamDecoder_ASCII StreamDecoder for the ASCII encoding
StreamDecoder_ISO8859_1 StreamDecoder for the ISO8859_1 encoding ==> One byte ==> One char!
StreamDecoder_UTF16BE StreamDecoder for the UTF16 Big Endian encoding
StreamDecoder_UTF16LE StreamDecoder for the UTF16 Little Endian encoding
StreamDecoder_UTF8 StreamDecoder for the UTF8 encoding
XmlInputStreamReader Implement a dedicated InputStreamReader for an XML file which can change dynamically for an other encoding Used when reading an XML file...