@Immutable
public static final class CompoundDataTypes.MXFCollections.Header
extends java.lang.Object
Constructor and Description |
---|
Header(ByteProvider byteProvider)
Instantiates a new collection Header.
|
Modifier and Type | Method and Description |
---|---|
long |
getNumberOfElements()
Getter for the number of elements in the MXF collection of metadata sets
|
long |
getSizeOfElement()
Getter for the size of the header representing the collection of MXF metadata sets.
|
java.lang.String |
toString()
A method that returns a string representation of a MXF Collection header object
|
public Header(ByteProvider byteProvider) throws java.io.IOException
byteProvider
- the mxf byte providerjava.io.IOException
- the iO exceptionpublic long getNumberOfElements()
public long getSizeOfElement()
public java.lang.String toString()
toString
in class java.lang.Object