java.util.zip
Class CheckedInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.util.zip.CheckedInputStream

public class CheckedInputStream
extends FilterInputStream


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
CheckedInputStream(InputStream var0, Checksum var1)
           
 
Method Summary
 Checksum getChecksum()
           
 int read()
           
 int read(byte[] var0, int var1, int var2)
           
 long skip(long var0)
           
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckedInputStream

public CheckedInputStream(InputStream var0,
                          Checksum var1)
Method Detail

read

public int read()
         throws IOException
Overrides:
read in class FilterInputStream
Throws:
IOException

read

public int read(byte[] var0,
                int var1,
                int var2)
         throws IOException
Overrides:
read in class FilterInputStream
Throws:
IOException

getChecksum

public Checksum getChecksum()

skip

public long skip(long var0)
          throws IOException
Overrides:
skip in class FilterInputStream
Throws:
IOException


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.