DixShtix

com.dixshtix.riff
Class FormChunk

java.lang.Object
  |
  +--com.dixshtix.riff.GenericChunk
        |
        +--com.dixshtix.riff.ContainerChunk
              |
              +--com.dixshtix.riff.FormChunk

public class FormChunk
extends ContainerChunk


Fields inherited from class com.dixshtix.riff.ContainerChunk
containerType
 
Fields inherited from class com.dixshtix.riff.GenericChunk
contents, fcc, length
 
Constructor Summary
FormChunk()
           
FormChunk(FourByteConstant fcc, int length, FourByteConstant type, byte[] contents)
           
 
Methods inherited from class com.dixshtix.riff.ContainerChunk
getContainerType, isContainer, setContainerType, writeRIFF
 
Methods inherited from class com.dixshtix.riff.GenericChunk
getContents, getContents, getLength, getType, setContents, setContents, setLength, setType
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

FormChunk

public FormChunk()

FormChunk

public FormChunk(FourByteConstant fcc,
                 int length,
                 FourByteConstant type,
                 byte[] contents)

DixShtix