Package com.drew.metadata.heif.boxes
Class AuxiliaryTypeProperty
- java.lang.Object
-
- com.drew.metadata.heif.boxes.Box
-
- com.drew.metadata.heif.boxes.FullBox
-
- com.drew.metadata.heif.boxes.AuxiliaryTypeProperty
-
public class AuxiliaryTypeProperty extends FullBox
ISO/IEC 23008-12:2017 pg.14
-
-
Constructor Summary
Constructors Constructor Description AuxiliaryTypeProperty(SequentialReader reader, Box box)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.StringgetZeroTerminatedString(int maxLengthBytes, SequentialReader reader)
-
-
-
Constructor Detail
-
AuxiliaryTypeProperty
public AuxiliaryTypeProperty(SequentialReader reader, Box box) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getZeroTerminatedString
private java.lang.String getZeroTerminatedString(int maxLengthBytes, SequentialReader reader) throws java.io.IOException- Throws:
java.io.IOException
-
-