Class ContainerDataDescriptor

  • All Implemented Interfaces:
    Streamable

    public class ContainerDataDescriptor
    extends AbstractDescriptor
    Container data descriptor (to maintain compatibility with pre-year 2000 applications)
    • Constructor Detail

      • ContainerDataDescriptor

        public ContainerDataDescriptor​(int width,
                                       int height,
                                       int widthRes,
                                       int heightRes)
        Main constructor
        Parameters:
        width - the container data width
        height - the container data height
        widthRes - the container width resolution
        heightRes - the container height resolution
    • Method Detail

      • 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
        Specified by:
        writeToStream in interface Streamable
        Overrides:
        writeToStream in class AbstractStructuredObject
        Parameters:
        os - the outputsteam stream
        Throws:
        java.io.IOException - an I/O exception of some sort has occurred.