public class CRC32ChecksumCalculatingInputStream
extends com.amazonaws.internal.SdkFilterInputStream
| Constructor and Description | 
|---|
CRC32ChecksumCalculatingInputStream(InputStream in)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getCRC32Checksum()  | 
int | 
read()  | 
int | 
read(byte[] b,
    int off,
    int len)  | 
void | 
reset()
Resets the wrapped input stream and the CRC32 computation. 
 | 
available, close, isMetricActivated, mark, markSupported, skipreadpublic CRC32ChecksumCalculatingInputStream(InputStream in)
public long getCRC32Checksum()
public void reset()
           throws IOException
reset in class com.amazonaws.internal.SdkFilterInputStreamIOExceptionInputStream.reset()public int read()
         throws IOException
read in class com.amazonaws.internal.SdkFilterInputStreamIOExceptionInputStream.read()public int read(byte[] b,
       int off,
       int len)
         throws IOException
read in class com.amazonaws.internal.SdkFilterInputStreamIOExceptionInputStream.read(byte[], int, int)Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.