| org.gjt.sp.jedit.io.Encoding
All known Subclasses: org.gjt.sp.jedit.io.EncodingWithBOM, org.gjt.sp.jedit.io.CharsetEncoding,
Encoding | public interface Encoding (Code) | | An interface to represent an encoding.
An encoding is a mapping between a character stream and a byte
stream. It is like java.nio.charset.Charset but has slightly
different form. This can represents some extended encodings like
UTF-8Y which drops (inserts) the BOM bytes before actual decoding
(encoding). This also enables to add some extended encodings such
as ASCII representation used by Java property files.
since: 4.3pre10 author: Kazutoshi Satoda |
|
|