org.apache.fop.render.afp.modca
public class ImageRasterData extends AbstractAFPObject
log| Constructor and Description |
|---|
ImageRasterData(byte[] data)
Constructor for the image raster data object
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeDataStream(java.io.OutputStream os)
Accessor method to write the AFP datastream for the Image Raster Data
|
writeObjectListpublic ImageRasterData(byte[] data)
data - The raster image datapublic void writeDataStream(java.io.OutputStream os)
throws java.io.IOException
writeDataStream in class AbstractAFPObjectos - The stream to write tojava.io.IOException - if an I/O exception occurredCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.