ar.com.hjg.pngj.chunks
Interface ChunkPredicate


public interface ChunkPredicate

Decides if another chunk "matches", according to some criterion


Method Summary
 boolean match(PngChunk chunk)
          The other chunk matches with this one
 

Method Detail

match

boolean match(PngChunk chunk)
The other chunk matches with this one

Parameters:
chunk -
Returns: