Uses of Class
com.drew.metadata.heif.boxes.ItemInfoBox.ItemInfoEntry
-
Packages that use ItemInfoBox.ItemInfoEntry Package Description com.drew.metadata.heif https://dspace.cc.tut.fi/dpub/bitstream/handle/123456789/24147/heikkila.pdf?sequence=1com.drew.metadata.heif.boxes -
-
Uses of ItemInfoBox.ItemInfoEntry in com.drew.metadata.heif
Methods in com.drew.metadata.heif with parameters of type ItemInfoBox.ItemInfoEntry Modifier and Type Method Description private voidHeifPictureHandler. handleItem(ItemInfoBox.ItemInfoEntry entry, SequentialByteArrayReader payloadReader)private booleanHeifPictureHandler. shouldHandleItem(ItemInfoBox.ItemInfoEntry infoEntry) -
Uses of ItemInfoBox.ItemInfoEntry in com.drew.metadata.heif.boxes
Fields in com.drew.metadata.heif.boxes with type parameters of type ItemInfoBox.ItemInfoEntry Modifier and Type Field Description (package private) java.util.Map<java.lang.Long,ItemInfoBox.ItemInfoEntry>ItemInfoBox. entriesMethods in com.drew.metadata.heif.boxes that return ItemInfoBox.ItemInfoEntry Modifier and Type Method Description ItemInfoBox.ItemInfoEntryItemInfoBox. getEntry(long id)
-