Class PDDestination

    • Constructor Detail

      • PDDestination

        public PDDestination()
    • Method Detail

      • create

        public static PDDestination create​(COSBase base)
                                    throws IOException
        This will create a new destination depending on the type of COSBase that is passed in.
        Parameters:
        base - The base level object.
        Returns:
        A new destination.
        Throws:
        IOException - If the base cannot be converted to a Destination.