java.io.Closeable, java.io.Flushable, java.lang.AutoCloseablepublic class Verifier
extends java.io.OutputStream
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
verify() |
|
void |
write(byte[] buffer,
int offset,
int length) |
|
void |
write(int b) |
public void write(byte[] buffer,
int offset,
int length)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic boolean verify()
throws java.lang.Exception
java.lang.Exception