public class ChecksumInputStream extends FilterInputStream
in
Constructor and Description |
---|
ChecksumInputStream(InputStream stream,
Map<String,byte[]> results,
MessageDigest... digests) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Map<String,byte[]> |
getResults() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, read, reset, skip
public ChecksumInputStream(InputStream stream, Map<String,byte[]> results, MessageDigest... digests)
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public int read() throws IOException
read
in class FilterInputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.