triptracker.testing.compress
Class CompressedBlockInputStream
java.lang.Object
  
java.io.InputStream
      
java.io.FilterInputStream
          
triptracker.testing.compress.CompressedBlockInputStream
- All Implemented Interfaces: 
 - Closeable
 
public class CompressedBlockInputStream
- extends FilterInputStream
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CompressedBlockInputStream
public CompressedBlockInputStream(InputStream is)
                           throws IOException
- Throws:
 IOException
read
public int read()
         throws IOException
- Overrides:
 read in class FilterInputStream
 
- Throws:
 IOException
 
read
public int read(byte[] b,
                int off,
                int len)
         throws IOException
- Overrides:
 read in class FilterInputStream
 
- Throws:
 IOException
 
available
public int available()
              throws IOException
- Overrides:
 available in class FilterInputStream
 
- Throws:
 IOException
 
Copyright © 2006 Team Trip Tracker. All Rights Reserved.