DixShtix

com.dixshtix.riff
Class ListChunk

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

public class ListChunk
extends ContainerChunk


Fields inherited from class com.dixshtix.riff.ContainerChunk
containerType
 
Fields inherited from class com.dixshtix.riff.GenericChunk
contents, fcc, length
 
Constructor Summary
ListChunk()
           
ListChunk(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

ListChunk

public ListChunk()

ListChunk

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

DixShtix