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, skippublic DigestInputStream(InputStream in, Digest digest)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic byte[] doFinal()
Copyright © 2025. All rights reserved.