Package com.drew.metadata.heif.boxes
Class PixelInformationBox
- java.lang.Object
-
- com.drew.metadata.heif.boxes.Box
-
- com.drew.metadata.heif.boxes.FullBox
-
- com.drew.metadata.heif.boxes.PixelInformationBox
-
public class PixelInformationBox extends FullBox
ISO/IEC 23008-12:2017 pg.13
-
-
Constructor Summary
Constructors Constructor Description PixelInformationBox(SequentialReader reader, Box box)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMetadata(HeifDirectory directory)
-
-
-
Constructor Detail
-
PixelInformationBox
public PixelInformationBox(SequentialReader reader, Box box) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
addMetadata
public void addMetadata(HeifDirectory directory)
-
-