public abstract class ASOutFilter extends Object implements ASOutputStream
| Modifier | Constructor and Description |
|---|---|
protected |
ASOutFilter(ASOutputStream outStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected ASOutputStream |
getStoredOutputStream() |
long |
write(ASInputStream stream) |
long |
write(byte[] buffer) |
long |
write(byte[] buffer,
int offset,
int size) |
protected ASOutFilter(ASOutputStream outStream)
protected ASOutputStream getStoredOutputStream()
public long write(byte[] buffer)
throws IOException
write in interface ASOutputStreamIOExceptionpublic long write(byte[] buffer,
int offset,
int size)
throws IOException
write in interface ASOutputStreamIOExceptionpublic long write(ASInputStream stream) throws IOException
write in interface ASOutputStreamIOExceptionpublic void close()
close in interface ASOutputStreamCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.