Uses of Interface
org.zmpp.iff.Chunk

Packages that use Chunk
org.zmpp.iff This package contains classes for reading and writing IFF files. 
 

Uses of Chunk in org.zmpp.iff
 

Subinterfaces of Chunk in org.zmpp.iff
 interface FormChunk
          FormChunk is the wrapper chunk for all other chunks.
 

Classes in org.zmpp.iff that implement Chunk
 class DefaultChunk
          This is the default implementation of the Chunk interface.
 class DefaultFormChunk
          This class implements the FormChunk interface.
 

Methods in org.zmpp.iff that return Chunk
 Chunk DefaultFormChunk.getSubChunk(byte[] id)
          Returns the chunk with the specified id.
 Chunk FormChunk.getSubChunk(byte[] id)
          Returns the chunk with the specified id.
 

Methods in org.zmpp.iff that return types with arguments of type Chunk
 Iterator<Chunk> DefaultFormChunk.getSubChunks()
          Returns an iterator of chunks contained in this form chunk.
 Iterator<Chunk> FormChunk.getSubChunks()
          Returns an iterator of chunks contained in this form chunk.
 



Copyright © 2005 . All Rights Reserved.