org.p2c2e.blorb
Class BlorbFile.Chunk

java.lang.Object
  extended byorg.p2c2e.blorb.BlorbFile.Chunk
Enclosing class:
BlorbFile

public class BlorbFile.Chunk
extends java.lang.Object


Method Summary
 java.io.InputStream getData()
           
 int getDataPosition()
           
 int getDataSize()
           
 java.lang.String getDataType()
           
 java.io.InputStream getRawData()
           
 int getRawSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDataSize

public int getDataSize()

getDataPosition

public int getDataPosition()

getRawSize

public int getRawSize()

getDataType

public java.lang.String getDataType()

getData

public java.io.InputStream getData()
                            throws java.io.IOException
Throws:
java.io.IOException

getRawData

public java.io.InputStream getRawData()
                               throws java.io.IOException
Throws:
java.io.IOException