Class BandImage

All Implemented Interfaces:
Streamable

public class BandImage extends AbstractAFPObject
  • Constructor Details

    • BandImage

      public BandImage()
  • Method Details

    • writeToStream

      public void writeToStream(OutputStream os) throws IOException
      Description copied from interface: Streamable
      DataStream objects must implement the writeToStream() method to write its data to the given OutputStream
      Parameters:
      os - the outputsteam stream
      Throws:
      IOException - an I/O exception of some sort has occurred.