org.jpedal.jbig2.decoders
Class DecodeIntResult

java.lang.Object
  extended by org.jpedal.jbig2.decoders.DecodeIntResult

public class DecodeIntResult
extends java.lang.Object


Constructor Summary
DecodeIntResult(int intResult, boolean booleanResult)
           
 
Method Summary
 boolean booleanResult()
           
 int intResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecodeIntResult

public DecodeIntResult(int intResult,
                       boolean booleanResult)
Method Detail

intResult

public int intResult()

booleanResult

public boolean booleanResult()