Package icc.types

Examples of icc.types.ICCProfileHeader


     *   @param data ICCProfile
     * @exception ICCProfileInvalidException for bad signature and class and bad type
     */
    private void initProfile (byte [] data)
        throws ICCProfileInvalidException {
        header = new ICCProfileHeader (data);
        tags = ICCTagTable.createInstance(data);
               
       
        // Verify that the data pointed to by icc is indeed a valid profile   
        // and that it is possibly of one of the Restricted ICC types. The simplest way to check   
View Full Code Here

TOP

Related Classes of icc.types.ICCProfileHeader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.