Class TagInfoAny
- java.lang.Object
-
- org.apache.commons.imaging.formats.tiff.taginfos.TagInfo
-
- org.apache.commons.imaging.formats.tiff.taginfos.TagInfoAny
-
public class TagInfoAny extends TagInfo
-
-
Field Summary
-
Fields inherited from class org.apache.commons.imaging.formats.tiff.taginfos.TagInfo
dataTypes, directoryType, length, LENGTH_UNKNOWN, name, tag
-
-
Constructor Summary
Constructors Constructor Description TagInfoAny(String name, int tag, int length, TiffDirectoryType directoryType)
-
-
-
Constructor Detail
-
TagInfoAny
public TagInfoAny(String name, int tag, int length, TiffDirectoryType directoryType)
-
-