java.lang.Object
org.jedit.io.Native2ASCIIEncoding
- All Implemented Interfaces:
Encoding
ISO-8859-1 with unicode escapes as e. g. needed for http://download.oracle.com/javase/6/docs/api/java/util/Properties.html
- Since:
- 5.1pre1
- Author:
- Björn "Vampire" Kautler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap an InputStream to a Reader.Map an InputStream to a Reader.Map an OutputStream to a Writer.
-
Constructor Details
-
Native2ASCIIEncoding
public Native2ASCIIEncoding()
-
-
Method Details
-
getTextReader
Description copied from interface:EncodingMap an InputStream to a Reader. Decode-error while reading from this Reader should be reported by throwing an IOException.- Specified by:
getTextReaderin interfaceEncoding- Throws:
IOException
-
getTextWriter
Description copied from interface:EncodingMap an OutputStream to a Writer. Encode-error while writing to this Writer should be reported by throwing an IOException.- Specified by:
getTextWriterin interfaceEncoding- Throws:
IOException
-
getPermissiveTextReader
Description copied from interface:EncodingMap an InputStream to a Reader. Decode-error while reading from this Reader should be ignored or replaced.- Specified by:
getPermissiveTextReaderin interfaceEncoding- Throws:
IOException
-