biz.chitec.quarterback.util
Class ByteRecodingFilterInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
biz.chitec.quarterback.util.ByteRecodingFilterInputStream
- public class ByteRecodingFilterInputStream
- extends java.io.FilterInputStream
Filtering class for e.g. character conversion DOS/Latin1 (not supported by JDK directly
- Version:
- $Id: 9d67296f61f3f0dad24455e872861eb592ad0ce6 $
- Author:
- Dirk Hillbrecht 1999, chitec/Dirk Hillbrecht 2000.
Distributed under the terms of the GNU LGPL.
Fields inherited from class java.io.FilterInputStream |
in |
Fields inherited from class java.io.InputStream |
|
Method Summary |
int |
read()
|
int |
read(byte[] b,
int off,
int len)
|
Methods inherited from class java.io.FilterInputStream |
available, close, mark, markSupported, read, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
recoding
protected int recoding
ByteRecodingFilterInputStream
public ByteRecodingFilterInputStream(java.io.InputStream in)
ByteRecodingFilterInputStream
public ByteRecodingFilterInputStream(int rxx,
java.io.InputStream in)
read
public int read()
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException