public class DigestInputStream extends FilterInputStream
in
Constructor and Description |
---|
DigestInputStream(InputStream in,
Digest digest) |
Modifier and Type | Method and Description |
---|---|
byte[] |
doFinal() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skip
public DigestInputStream(InputStream in, Digest digest)
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public byte[] doFinal()
Copyright © 2024. All rights reserved.