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
|
writeObjectList
public ImageRasterData(byte[] data)
data
- The raster image datapublic void writeDataStream(java.io.OutputStream os) throws java.io.IOException
writeDataStream
in class AbstractAFPObject
os
- The stream to write tojava.io.IOException
- if an I/O exception occurredCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.