Package pixy.meta.icc

Class ProfileTagTable.TagEntry

java.lang.Object
pixy.meta.icc.ProfileTagTable.TagEntry
All Implemented Interfaces:
java.lang.Comparable<ProfileTagTable.TagEntry>
Enclosing class:
ProfileTagTable

public static class ProfileTagTable.TagEntry
extends java.lang.Object
implements java.lang.Comparable<ProfileTagTable.TagEntry>
  • Constructor Summary

    Constructors 
    Constructor Description
    TagEntry​(int profileTag, int dataOffset, int dataLength, byte[] data)  
  • Method Summary

    Modifier and Type Method Description
    int compareTo​(ProfileTagTable.TagEntry o)  
    byte[] getData()  
    int getDataLength()  
    int getDataOffset()  
    int getProfileTag()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait