Package org.verapdf.as.filters
Class ASOutFilter
java.lang.Object
org.verapdf.as.filters.ASOutFilter
- All Implemented Interfaces:
ASOutputStream
- Direct Known Subclasses:
ASBufferingOutFilter
Base class for output filters.
- Author:
- Timur Kamalov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected ASOutputStreamlongwrite(byte[] buffer) longwrite(byte[] buffer, int offset, int size) longwrite(ASInputStream stream)
-
Constructor Details
-
ASOutFilter
-
-
Method Details
-
getStoredOutputStream
-
write
- Specified by:
writein interfaceASOutputStream- Throws:
IOException
-
write
- Specified by:
writein interfaceASOutputStream- Throws:
IOException
-
write
- Specified by:
writein interfaceASOutputStream- Throws:
IOException
-
close
public void close()- Specified by:
closein interfaceASOutputStream
-