Package com.novell.io

Class Summary
ASCIIEncoder Implementation of "US-ASCII" encoding.
Base64InputStream An extension of java.io.InputStream that decodes base64-encoded data from an InputStream.
Base64OutputStream An extension of java.io.OutputStream that will encode bytes into chars using base64 encoding.
CharEncoder A simple character encoder class for use with the class EncodingStreamWriter.
EncodingStreamWriter This class provides the same functionality as java.io.OutputStreamWriter but also allows unencodable characters to be handled with other than a replacement character.
ISO885914Encoder A character encoder for the ISO-8859-14 encoding
ISO885915Encoder A character encoder for the ISO-8859-15 encoding
ISO88591Encoder Encoder for ISO-8859-1
ISO88592Encoder A character encoder for the ISO-8859-2 encoding
ISO88593Encoder A character encoder for the ISO-8859-3 encoding
ISO88594Encoder A character encoder for the ISO-8859-4 encoding
ISO88595Encoder A character encoder for the ISO-8859-5 encoding
ISO88596Encoder A character encoder for the ISO-8859-6 encoding
ISO88597Encoder A character encoder for the ISO-8859-7 encoding
ISO88598Encoder A character encoder for the ISO-8859-8 encoding
ISO88599Encoder A character encoder for the ISO-8859-9 encoding
ISO8859Encoder Base class for ISO-8859-* encoders
UTF16Encoder This class implements little-endian UTF-16 encoding for use by the EncodingStreamWriter class
UTF8Encoder This class implements UTF-8 character encoding for use by the EncodingStreamWriter class
 

Exception Summary
CharEncodingException An exception designed to be thrown when a character cannot be encoded in a particular encoding.
EncodingBufferFullException An exception designed to be thrown when a CharEncoder object overruns the buffer passed to it.