QJCC homepage

biz.chitec.quarterback.util
Class ByteRecodingFilterInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended bybiz.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.

Field Summary
protected  int recoding
           
 
Fields inherited from class java.io.FilterInputStream
in
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
ByteRecodingFilterInputStream(java.io.InputStream in)
           
ByteRecodingFilterInputStream(int rxx, java.io.InputStream in)
           
 
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
 

Field Detail

recoding

protected int recoding
Constructor Detail

ByteRecodingFilterInputStream

public ByteRecodingFilterInputStream(java.io.InputStream in)

ByteRecodingFilterInputStream

public ByteRecodingFilterInputStream(int rxx,
                                     java.io.InputStream in)
Method Detail

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

QJCC homepage