Uses of Class
com.drew.metadata.heif.boxes.Box
Packages that use Box
Package
Description
https://dspace.cc.tut.fi/dpub/bitstream/handle/123456789/24147/heikkila.pdf?sequence=1
-
Uses of Box in com.drew.metadata.heif
Methods in com.drew.metadata.heif with parameters of type BoxModifier and TypeMethodDescriptionHeifHandler<?>HeifBoxHandler.processBox(Box box, byte[] payload) voidHeifBoxHandler.processContainer(Box box, SequentialReader reader) booleanHeifBoxHandler.shouldAcceptBox(Box box) booleanHeifBoxHandler.shouldAcceptContainer(Box box) -
Uses of Box in com.drew.metadata.heif.boxes
Subclasses of Box in com.drew.metadata.heif.boxesModifier and TypeClassDescriptionclassISO/IEC 23008-12:2017 pg.14classISO/IEC 14496-12:2015 pg.159classISO/IEC 14496-12:2015 pg.8classISO/IEC 14496-12:2015 pg.7classISO/IEC 14496-12:2015 pg.30 ISO/IEC 23008-12:2017 pg.22classISO/IEC 23008-12:2017 pg.15classISO/IEC 23008-12:2017 pg.11classISO/IEC 14496-12:2015 pg.81-83static classclassISO/IEC 14496-12:2015 pg.77-80classISO/IEC 14496-12:2015 pg.80, 89-90classISO/IEC 23008-12:2017 pg.13classISO/IEC 14496-12:2015 pg.80Constructors in com.drew.metadata.heif.boxes with parameters of type BoxModifierConstructorDescriptionAuxiliaryTypeProperty(SequentialReader reader, Box box) ColourInformationBox(SequentialReader reader, Box box, Metadata metadata) FileTypeBox(SequentialReader reader, Box box) FullBox(SequentialReader reader, Box box) HandlerBox(SequentialReader reader, Box box) ImageRotationBox(SequentialReader reader, Box box) ImageSpatialExtentsProperty(SequentialReader reader, Box box) ItemInfoBox(SequentialReader reader, Box box) ItemInfoEntry(SequentialReader reader, Box box) ItemLocationBox(SequentialReader reader, Box box) ItemProtectionBox(SequentialReader reader, Box box) PixelInformationBox(SequentialReader reader, Box box) PrimaryItemBox(SequentialReader reader, Box box)