public class AAFClassID
extends org.apache.poi.hpsf.ClassID
Class identifier to use as storage class identifiers on folders representing AAF classes within structured storage files.
| Constructor and Description |
|---|
AAFClassID(AUID aafClassID)
Create a storage class identifier from a MAJ class definition identifier.
|
AAFClassID(byte[] aafClassIDBytes)
Create a storage class identifier from an array of bytes already in the correct
order to be written into the file.
|
public AAFClassID(AUID aafClassID) throws NullPointerException
Create a storage class identifier from a MAJ class definition identifier.
aafClassID - Identifier for an AAF class.NullPointerException - Cannot set the value of the class identifier using
a null value.MetaDefinition.getAUID(),
AAFClassID(byte[])public AAFClassID(byte[] aafClassIDBytes)
throws NullPointerException
Create a storage class identifier from an array of bytes already in the correct order to be written into the file.
aafClassIDBytes - Identifier for an AAF class.NullPointerException - annot set the value of the class identifier using
a null value.AAFClassID(AUID)(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.