Uses of Interface
com.coremedia.iso.BoxParser

Packages that use BoxParser
com.coremedia.iso   
com.coremedia.iso.boxes   
com.coremedia.iso.boxes.mdat   
com.coremedia.iso.boxes.sampleentry   
 

Uses of BoxParser in com.coremedia.iso
 

Classes in com.coremedia.iso that implement BoxParser
 class AbstractBoxParser
          This BoxParser handles the basic stuff like reading size and extracting box type.
 class PropertyBoxParserImpl
          A Property file based BoxFactory
 

Fields in com.coremedia.iso declared as BoxParser
protected  BoxParser IsoFile.boxParser
           
 

Methods in com.coremedia.iso that return BoxParser
protected  BoxParser IsoFile.createBoxParser()
           
 

Constructors in com.coremedia.iso with parameters of type BoxParser
IsoFile(ReadableByteChannel byteChannel, BoxParser boxParser)
           
 

Uses of BoxParser in com.coremedia.iso.boxes
 

Fields in com.coremedia.iso.boxes declared as BoxParser
protected  BoxParser AbstractContainerBox.boxParser
           
 

Methods in com.coremedia.iso.boxes with parameters of type BoxParser
 void AbstractBox.parse(ReadableByteChannel in, ByteBuffer header, long contentSize, BoxParser boxParser)
          Pareses the given IsoBufferWrapper and returns the remaining bytes.
 void Box.parse(ReadableByteChannel inFC, ByteBuffer header, long contentSize, BoxParser boxParser)
           
 void AbstractContainerBox.parse(ReadableByteChannel in, ByteBuffer header, long contentSize, BoxParser boxParser)
           
 void UserDataBox.parse(ReadableByteChannel in, ByteBuffer header, long contentSize, BoxParser boxParser)
           
 void FullContainerBox.parse(ReadableByteChannel in, ByteBuffer header, long contentSize, BoxParser boxParser)
           
 

Uses of BoxParser in com.coremedia.iso.boxes.mdat
 

Methods in com.coremedia.iso.boxes.mdat with parameters of type BoxParser
 void MediaDataBox.parse(ReadableByteChannel in, ByteBuffer header, long contentSize, BoxParser boxParser)
           
 

Uses of BoxParser in com.coremedia.iso.boxes.sampleentry
 

Methods in com.coremedia.iso.boxes.sampleentry with parameters of type BoxParser
 void SampleEntry.parse(ReadableByteChannel in, ByteBuffer header, long contentSize, BoxParser boxParser)
           
 void AudioSampleEntry.setBoxParser(BoxParser boxParser)
           
 



Copyright © 2012. All Rights Reserved.