CADI.Server.LogicalTarget.JPEG2000.Indexing
Class CodestreamFinder

java.lang.Object
  extended by CADI.Server.LogicalTarget.JPEG2000.Indexing.CodestreamFinder

public class CodestreamFinder
extends java.lang.Object

Further information, see ISO/IEC 15444-9 section I.3.2.2

Version:
1.0 2009/09/12
Author:
Group on Interactive Coding of Images (GICI)

Field Summary
 long clen
           
 long coff
           
 int cont
           
 int dr
           
static int ENTIRE_CODESTREAM
           
static int FRAGMENTED_CODESTREAM
           
 
Constructor Summary
CodestreamFinder()
          Constructor.
CodestreamFinder(int dr, int cont, long coff, long clen)
          Constructor.
 
Method Summary
 void list(java.io.PrintStream out)
          Prints the Codestream Finder data out to the specified output stream.
 void reset()
          Sets the attributes to their initial values.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dr

public int dr

cont

public int cont

ENTIRE_CODESTREAM

public static final int ENTIRE_CODESTREAM
See Also:
Constant Field Values

FRAGMENTED_CODESTREAM

public static final int FRAGMENTED_CODESTREAM
See Also:
Constant Field Values

coff

public long coff

clen

public long clen
Constructor Detail

CodestreamFinder

public CodestreamFinder()
Constructor.


CodestreamFinder

public CodestreamFinder(int dr,
                        int cont,
                        long coff,
                        long clen)
Constructor.

Parameters:
dr - definition in dr.
cont - defintion in cont.
coff - definition in coff.
clen - definition in clen.
Method Detail

reset

public void reset()
Sets the attributes to their initial values.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

list

public void list(java.io.PrintStream out)
Prints the Codestream Finder data out to the specified output stream. This method is useful for debugging.

Parameters:
out - an output stream.


CADI - Copyright (C) 2007
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Group on Interactive Coding of Images (GICI) (contact)