Package org.mp4parser

Interface Box

    • Method Summary

      Modifier and Type Method Description
      void getBox​(WritableByteChannel writableByteChannel)
      Writes the complete box - size | 4-cc | content - to the given writableByteChannel.
      long getSize()  
      String getType()
      The box's 4-cc type.
    • Method Detail

      • getType

        String getType()
        The box's 4-cc type.
        Returns:
        the 4 character type of the box
      • getSize

        long getSize()
      • getBox

        void getBox​(WritableByteChannel writableByteChannel)
             throws IOException
        Writes the complete box - size | 4-cc | content - to the given writableByteChannel.
        Parameters:
        writableByteChannel - the box's sink
        Throws:
        IOException - in case of problems with the Channel