public class DigestOutputStream extends OutputStream
| Constructor and Description |
|---|
DigestOutputStream(Digest Digest) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDigest() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush, writeprotected Digest digest
public DigestOutputStream(Digest Digest)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic byte[] getDigest()
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.