Package org.verapdf.as.io
Interface ASOutputStream
- All Known Implementing Classes:
ASBufferingOutFilter,ASOutFilter,COSFilterFlateEncode,InternalOutputStream
public interface ASOutputStream
- Author:
- Timur Kamalov
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()longwrite(byte[] buffer) longwrite(byte[] buffer, int offset, int size) longwrite(ASInputStream stream)
-
Method Details
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
close
- Throws:
IOException
-