Ontimize 5.2072EN

com.ontimize.db
Class EntityResult.Uncompressor

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended byjava.io.BufferedInputStream
              extended bycom.ontimize.db.EntityResult.Uncompressor
Enclosing class:
EntityResult

protected class EntityResult.Uncompressor
extends java.io.BufferedInputStream


Field Summary
protected  Application application
           
protected  int bytesNumberToUncompressor
           
protected  int currentReadingPosition
           
protected  int percentLastAct
           
 
Fields inherited from class java.io.BufferedInputStream
buf, count, marklimit, markpos, pos
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
EntityResult.Uncompressor(java.io.InputStream in, int numeroBytesADesc)
           
 
Method Summary
 void close()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int offset, int len)
           
 long skip(long n)
           
protected  void updateStateBar(int pos)
           
 
Methods inherited from class java.io.BufferedInputStream
available, mark, markSupported, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytesNumberToUncompressor

protected int bytesNumberToUncompressor

currentReadingPosition

protected int currentReadingPosition

application

protected Application application

percentLastAct

protected int percentLastAct
Constructor Detail

EntityResult.Uncompressor

public EntityResult.Uncompressor(java.io.InputStream in,
                                 int numeroBytesADesc)
Method Detail

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

updateStateBar

protected void updateStateBar(int pos)

read

public int read()
         throws java.io.IOException
Throws:
java.io.IOException

read

public int read(byte[] b)
         throws java.io.IOException
Throws:
java.io.IOException

read

public int read(byte[] b,
                int offset,
                int len)
         throws java.io.IOException
Throws:
java.io.IOException

skip

public long skip(long n)
          throws java.io.IOException
Throws:
java.io.IOException

Ontimize