Class GenericChunk


  • final class GenericChunk
    extends RIFFChunk
    A generic RIFF chunk
    • Constructor Summary

      Constructors 
      Constructor Description
      GenericChunk​(int fourCC, int length, long offset)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GenericChunk

        GenericChunk​(int fourCC,
                     int length,
                     long offset)