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
-
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:Encoding
Map an InputStream to a Reader. Decode-error while reading from this Reader should be reported by throwing an IOException.- Specified by:
getTextReader
in interfaceEncoding
- Throws:
IOException
-
getTextWriter
Description copied from interface:Encoding
Map an OutputStream to a Writer. Encode-error while writing to this Writer should be reported by throwing an IOException.- Specified by:
getTextWriter
in interfaceEncoding
- Throws:
IOException
-
getPermissiveTextReader
Description copied from interface:Encoding
Map an InputStream to a Reader. Decode-error while reading from this Reader should be ignored or replaced.- Specified by:
getPermissiveTextReader
in interfaceEncoding
- Throws:
IOException
-