public class Verifier extends OutputStream
| Modifier and Type | Method and Description |
|---|---|
boolean |
verify() |
void |
write(byte[] buffer,
int offset,
int length) |
void |
write(int b) |
close, flush, writepublic void write(byte[] buffer,
int offset,
int length)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2019 aQute SARL. All rights reserved.