Class Native2ASCIIEncoding
java.lang.Object
org.jedit.io.Native2ASCIIEncoding
- All Implemented Interfaces:
Encoding
-
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
-