|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.sp.jedit.io.EncodingWithBOM
public class EncodingWithBOM
Encodings which have BOM at the beginning of byte stream.
Nested Class Summary | |
---|---|
static class |
EncodingWithBOM.Detector
|
Constructor Summary | |
---|---|
EncodingWithBOM(java.lang.String plain)
|
Method Summary | |
---|---|
java.io.Reader |
getTextReader(java.io.InputStream in)
Map an InputStream to a Reader. |
java.io.Writer |
getTextWriter(java.io.OutputStream out)
Map an OutputStream to a Writer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncodingWithBOM(java.lang.String plain)
Method Detail |
---|
public java.io.Reader getTextReader(java.io.InputStream in) throws java.io.IOException
Encoding
getTextReader
in interface Encoding
java.io.IOException
public java.io.Writer getTextWriter(java.io.OutputStream out) throws java.io.IOException
Encoding
getTextWriter
in interface Encoding
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |