|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jedit.io.Native2ASCIIEncoding
public class Native2ASCIIEncoding
ISO-8859-1 with unicode escapes as e. g. needed for http://download.oracle.com/javase/6/docs/api/java/util/Properties.html
| Constructor Summary | |
|---|---|
Native2ASCIIEncoding()
|
|
| Method Summary | |
|---|---|
java.io.Reader |
getPermissiveTextReader(java.io.InputStream in)
Map an InputStream to a Reader. |
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 Native2ASCIIEncoding()
| Method Detail |
|---|
@Nonnull
public java.io.Reader getTextReader(@Nonnull
java.io.InputStream in)
throws java.io.IOException
Encoding
getTextReader in interface Encodingjava.io.IOException
@Nonnull
public java.io.Writer getTextWriter(@Nonnull
java.io.OutputStream out)
throws java.io.IOException
Encoding
getTextWriter in interface Encodingjava.io.IOException
@Nonnull
public java.io.Reader getPermissiveTextReader(@Nonnull
java.io.InputStream in)
throws java.io.IOException
Encoding
getPermissiveTextReader in interface Encodingjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||