public interface ASOutputStream
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
write(ASInputStream stream) |
long |
write(byte[] buffer) |
long |
write(byte[] buffer,
int offset,
int size) |
long write(byte[] buffer)
throws IOException
IOExceptionlong write(byte[] buffer,
int offset,
int size)
throws IOException
IOExceptionlong write(ASInputStream stream) throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.