|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.io.Reader
ewe.io.TextReader
ewe.io.InputStreamReader
This is a thin wrapper around a TextReader to provide compatibility with the commonly used java.io.InputStreamReader class.
| Field Summary |
| Fields inherited from class ewe.io.TextReader |
bufferSize, closed, codec, input, stream |
| Fields inherited from class ewe.io.Reader |
lock |
| Constructor Summary | |
InputStreamReader(BasicStream s)
|
|
InputStreamReader(BasicStream s,
String codec)
|
|
InputStreamReader(InputStream s)
|
|
InputStreamReader(InputStream s,
String codec)
|
|
| Method Summary | |
String |
getEncoding()
|
protected void |
setCodec(String codec)
|
| Methods inherited from class ewe.io.TextReader |
close, read, readAll, readAll, readDirect, readFully, readFully, readLine, readString, ready |
| Methods inherited from class ewe.io.Reader |
getLock, mark, markSupported, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, toString |
| Constructor Detail |
public InputStreamReader(InputStream s,
String codec)
throws UnsupportedEncodingException
public InputStreamReader(InputStream s)
public InputStreamReader(BasicStream s,
String codec)
throws UnsupportedEncodingException
public InputStreamReader(BasicStream s)
| Method Detail |
public String getEncoding()
protected void setCodec(String codec)
throws UnsupportedEncodingException
UnsupportedEncodingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||