com.imagero.uio.io
Class SkipBytesInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended bycom.imagero.uio.io.SkipBytesInputStream

public class SkipBytesInputStream
extends java.io.FilterInputStream

Date: 30.07.2007


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
SkipBytesInputStream(java.io.InputStream in, long mask, int mod)
           
 
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
 

Constructor Detail

SkipBytesInputStream

public SkipBytesInputStream(java.io.InputStream in,
                            long mask,
                            int mod)
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