org.apache.fop.afp
Interface Streamable
- All Known Subinterfaces:
- Triplet
- All Known Implementing Classes:
- AbstractAFPObject, AbstractResourceGroupContainer, AbstractTriplet, AFPStreamer, IDEStructureParameter
- public interface Streamable
Implementing object is able to write to an OutputStream
Method Summary |
void |
writeToStream(java.io.OutputStream os)
DataStream objects must implement the writeToStream()
method to write its data to the given OutputStream |
writeToStream
public void writeToStream(java.io.OutputStream os)
throws java.io.IOException
- DataStream objects must implement the writeToStream()
method to write its data to the given OutputStream
- Parameters:
os
- the outputsteam stream
- Throws:
java.io.IOException
- an I/O exception of some sort has occurred.
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.