Package org.verapdf.as.io
Interface ASOutputStream
-
- All Known Implementing Classes:
ASBufferingOutFilter,ASOutFilter,COSFilterFlateEncode,InternalOutputStream
public interface ASOutputStream- Author:
- Timur Kamalov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()longwrite(byte[] buffer)longwrite(byte[] buffer, int offset, int size)longwrite(ASInputStream stream)
-
-
-
Method Detail
-
write
long write(byte[] buffer) throws IOException- Throws:
IOException
-
write
long write(byte[] buffer, int offset, int size) throws IOException- Throws:
IOException
-
write
long write(ASInputStream stream) throws IOException
- Throws:
IOException
-
close
void close() throws IOException- Throws:
IOException
-
-