com.ontimize.db
Class EntityResult.Uncompressor
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.BufferedInputStream
com.ontimize.db.EntityResult.Uncompressor
- Enclosing class:
- EntityResult
- protected class EntityResult.Uncompressor
- extends java.io.BufferedInputStream
| Fields inherited from class java.io.BufferedInputStream |
buf, count, marklimit, markpos, pos |
| Fields inherited from class java.io.FilterInputStream |
in |
| 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 |
bytesNumberToUncompressor
protected int bytesNumberToUncompressor
currentReadingPosition
protected int currentReadingPosition
application
protected Application application
percentLastAct
protected int percentLastAct
EntityResult.Uncompressor
public EntityResult.Uncompressor(java.io.InputStream in,
int numeroBytesADesc)
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