Uses of Class
com.drew.metadata.heif.boxes.Box
-
Packages that use Box Package Description com.drew.imaging.heif com.drew.metadata.heif https://dspace.cc.tut.fi/dpub/bitstream/handle/123456789/24147/heikkila.pdf?sequence=1com.drew.metadata.heif.boxes -
-
Uses of Box in com.drew.imaging.heif
Methods in com.drew.imaging.heif with parameters of type Box Modifier and Type Method Description protected abstract HeifHandler<?>HeifHandler. processBox(Box box, byte[] payload)private HeifHandler<?>HeifReader. processBox(SequentialReader reader, Box box, HeifHandler<?> handler)protected abstract voidHeifHandler. processContainer(Box box, SequentialReader reader)There is potential for a box to both contain other boxes and contain information, so this method will handle those occurrences.protected abstract booleanHeifHandler. shouldAcceptBox(Box box)protected abstract booleanHeifHandler. shouldAcceptContainer(Box box) -
Uses of Box in com.drew.metadata.heif
Methods in com.drew.metadata.heif with parameters of type Box Modifier and Type Method Description HeifHandler<?>HeifBoxHandler. processBox(Box box, byte[] payload)protected HeifHandler<?>HeifPictureHandler. processBox(Box box, byte[] payload)voidHeifBoxHandler. processContainer(Box box, SequentialReader reader)protected voidHeifPictureHandler. processContainer(Box box, SequentialReader reader)private voidHeifBoxHandler. processFileType(SequentialReader reader, Box box)booleanHeifBoxHandler. shouldAcceptBox(Box box)protected booleanHeifPictureHandler. shouldAcceptBox(Box box)booleanHeifBoxHandler. shouldAcceptContainer(Box box)protected booleanHeifPictureHandler. shouldAcceptContainer(Box box) -
Uses of Box in com.drew.metadata.heif.boxes
Subclasses of Box in com.drew.metadata.heif.boxes Modifier and Type Class Description classAuxiliaryTypePropertyISO/IEC 23008-12:2017 pg.14classColourInformationBoxISO/IEC 14496-12:2015 pg.159classFileTypeBoxISO/IEC 14496-12:2015 pg.8classFullBoxISO/IEC 14496-12:2015 pg.7classHandlerBoxISO/IEC 14496-12:2015 pg.30 ISO/IEC 23008-12:2017 pg.22classImageRotationBoxISO/IEC 23008-12:2017 pg.15classImageSpatialExtentsPropertyISO/IEC 23008-12:2017 pg.11classItemInfoBoxISO/IEC 14496-12:2015 pg.81-83static classItemInfoBox.ItemInfoEntryclassItemLocationBoxISO/IEC 14496-12:2015 pg.77-80classItemProtectionBoxISO/IEC 14496-12:2015 pg.80, 89-90(package private) static classItemProtectionBox.ProtectionSchemeInfoBox(package private) classItemProtectionBox.ProtectionSchemeInfoBox.OriginalFormatBoxclassPixelInformationBoxISO/IEC 23008-12:2017 pg.13classPrimaryItemBoxISO/IEC 14496-12:2015 pg.80Constructors in com.drew.metadata.heif.boxes with parameters of type Box Constructor Description AuxiliaryTypeProperty(SequentialReader reader, Box box)Box(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)OriginalFormatBox(SequentialReader reader, Box box)PixelInformationBox(SequentialReader reader, Box box)PrimaryItemBox(SequentialReader reader, Box box)ProtectionSchemeInfoBox(SequentialReader reader, Box box)
-