Package com.lowagie.rups.io
Interface OutputStreamResource
-
- All Known Implementing Classes:
XfaFile
,XfaTreeNode
public interface OutputStreamResource
An object that implements this interface is a resource that can be written to an OutputStream.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeTo(java.io.OutputStream os)
Writes a resource to an OutputStream.
-