jp2codec.codestream.reader
Class CBlkIndex

java.lang.Object
  extended by jp2codec.codestream.reader.CBlkIndex

public class CBlkIndex
extends java.lang.Object

Created by IntelliJ IDEA. User: pawel Date: 2004-09-30 Time: 21:34:53 To change this template use File | Settings | File Templates.


Field Summary
 int c
           
 int m
           
 int n
           
 int r
           
 int s
           
 
Constructor Summary
CBlkIndex(int c, int r, int s, int m, int n)
           
 
Method Summary
 boolean isEqual(int c, int r, int s, int m, int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c

public int c

r

public int r

s

public int s

m

public int m

n

public int n
Constructor Detail

CBlkIndex

public CBlkIndex(int c,
                 int r,
                 int s,
                 int m,
                 int n)
Method Detail

isEqual

public boolean isEqual(int c,
                       int r,
                       int s,
                       int m,
                       int n)