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

Constructor Index

 o PNGDataDecoder(InputStream)

Method Index

 o readData(byte[], int)
 o readEnd(PNGInfo)
 o readInfo(PNGInfo)
 o readRow(byte[])

Constructors

 o PNGDataDecoder
 public PNGDataDecoder(InputStream i_stream)

Methods

 o readInfo
 public void readInfo(PNGInfo info) throws PNGException, IOException
 o readRow
 public void readRow(byte row[]) throws PNGException, IOException
 o readEnd
 public void readEnd(PNGInfo info) throws PNGException, IOException
 o readData
 protected void readData(byte data[],
                         int length) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index