All Packages Class Hierarchy This Package Previous Next Index
Class ejmf.toolkit.encoders.PNGDataDecoder
java.lang.Object
|
+----ejmf.toolkit.encoders.PNGData
|
+----ejmf.toolkit.encoders.PNGDataDecoder
- public class PNGDataDecoder
- extends PNGData
-
PNGDataDecoder(InputStream)
-
-
readData(byte[], int)
-
-
readEnd(PNGInfo)
-
-
readInfo(PNGInfo)
-
-
readRow(byte[])
-
PNGDataDecoder
public PNGDataDecoder(InputStream i_stream)
readInfo
public void readInfo(PNGInfo info) throws PNGException, IOException
readRow
public void readRow(byte row[]) throws PNGException, IOException
readEnd
public void readEnd(PNGInfo info) throws PNGException, IOException
readData
protected void readData(byte data[],
int length) throws IOException
All Packages Class Hierarchy This Package Previous Next Index