| Constructor and Description |
|---|
BodyReader(MXFFileImpl file) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eof() |
int |
getBodySID() |
GenericContainerReader |
getGenericContainerReader(int bodySID) |
boolean |
isAtPartition() |
boolean |
makeGenericContainerReader(int bodySID) |
boolean |
makeGenericContainerReader(int bodySID,
GenericContainerReader.GenericContainerReadHandler defaultHandler,
GenericContainerReader.GenericContainerReadHandler fillerHandler) |
boolean |
readFileFile(boolean singleKLV) |
boolean |
readFromFile() |
boolean |
reSync() |
long |
seek() |
long |
seek(int bodySID,
long position) |
long |
seek(long position) |
void |
setDefaultHandler(GenericContainerReader.GenericContainerReadHandler defaultHandler) |
void |
setEncryptionHandler(GenericContainerReader.GenericContainerReadHandler encryptionHandler) |
void |
setFillerHandler(GenericContainerReader.GenericContainerReadHandler fillerHandler) |
long |
tell() |
long |
tell(long bodySID) |
public BodyReader(MXFFileImpl file)
@MXFPosition public long seek(@MXFPosition long position)
@MXFPosition public long seek()
@MXFPosition public long tell()
@MXFPosition public long seek(@UInt32 int bodySID, @MXFPosition long position)
@MXFPosition public long tell(@UInt32 long bodySID)
public void setDefaultHandler(GenericContainerReader.GenericContainerReadHandler defaultHandler)
public void setFillerHandler(GenericContainerReader.GenericContainerReadHandler fillerHandler)
public void setEncryptionHandler(GenericContainerReader.GenericContainerReadHandler encryptionHandler)
public boolean makeGenericContainerReader(@UInt32 int bodySID, GenericContainerReader.GenericContainerReadHandler defaultHandler, GenericContainerReader.GenericContainerReadHandler fillerHandler)
public boolean makeGenericContainerReader(@UInt32 int bodySID)
public GenericContainerReader getGenericContainerReader(@UInt32 int bodySID)
public boolean readFileFile(boolean singleKLV)
public boolean readFromFile()
public boolean reSync()
public boolean isAtPartition()
public boolean eof()
@UInt32 public int getBodySID()
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.