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, write
public void write(byte[] buffer, int offset, int length) throws IOException
write
in class OutputStream
IOException
public void write(int b) throws IOException
write
in class OutputStream
IOException
Copyright © 2015 aQute SARL. All rights reserved.