Class ZStream
java.lang.Object
com.codename1.io.gzip.ZStream
Deprecated.
ZStream
Deprecated
Not for public use in the future.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintDeprecated.intDeprecated.Deprecated.byte[]Deprecated.intDeprecated.byte[]Deprecated.intDeprecated.longDeprecated.longDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdeflate(int flush) Deprecated.intDeprecated.intdeflateInit(int level) Deprecated.intdeflateInit(int level, boolean nowrap) Deprecated.intdeflateInit(int level, int bits) Deprecated.intdeflateInit(int level, int bits, boolean nowrap) Deprecated.intdeflateInit(int level, int bits, int memlevel) Deprecated.intdeflateInit(int level, int bits, int memlevel, com.codename1.io.gzip.JZlib.WrapperType wrapperType) Deprecated.intdeflateParams(int level, int strategy) Deprecated.intdeflateSetDictionary(byte[] dictionary, int dictLength) Deprecated.intend()Deprecated.Those methods are expected to be override by Inflater and Deflater.booleanfinished()Deprecated.voidfree()Deprecated.longgetAdler()Deprecated.intDeprecated.intDeprecated.Deprecated.byte[]Deprecated.intDeprecated.byte[]Deprecated.intDeprecated.longDeprecated.longDeprecated.intinflate(int f) Deprecated.intDeprecated.booleanDeprecated.intDeprecated.intinflateInit(boolean nowrap) Deprecated.intinflateInit(int w) Deprecated.intinflateInit(int w, boolean nowrap) Deprecated.intinflateInit(int w, com.codename1.io.gzip.JZlib.WrapperType wrapperType) Deprecated.intinflateInit(com.codename1.io.gzip.JZlib.WrapperType wrapperType) Deprecated.intinflateSetDictionary(byte[] dictionary, int dictLength) Deprecated.intDeprecated.intDeprecated.voidsetAvailIn(int availIn) Deprecated.voidsetAvailOut(int availOut) Deprecated.voidsetInput(byte[] buf) Deprecated.voidsetInput(byte[] buf, boolean append) Deprecated.voidsetInput(byte[] buf, int off, int len, boolean append) Deprecated.voidsetNextIn(byte[] nextIn) Deprecated.voidsetNextInIndex(int nextInIndex) Deprecated.voidsetNextOut(byte[] nextOut) Deprecated.voidsetNextOutIndex(int nextOutIndex) Deprecated.voidsetOutput(byte[] buf) Deprecated.voidsetOutput(byte[] buf, int off, int len) Deprecated.Methods inherited from class Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitModifier and TypeMethodDescriptionprotected Objectclone()booleanIndicates whether some other object is "equal to" this one.final ClassgetClass()Returns the runtime class of an object.inthashCode()Returns a hash code value for the object.final voidnotify()Wakes up a single thread that is waiting on this object's monitor.final voidWakes up all threads that are waiting on this object's monitor.toString()Returns a string representation of the object.final voidwait()Causes current thread to wait until another thread invokes the method or the method for this object.final voidwait(long timeout) Causes current thread to wait until either another thread invokes the method or the method for this object, or a specified amount of time has elapsed.final voidwait(long timeout, int nanos) Causes current thread to wait until another thread invokes the method or the method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.
-
Field Details
-
nextIn
public byte[] nextInDeprecated. -
nextInIndex
public int nextInIndexDeprecated. -
availIn
public int availInDeprecated. -
totalIn
public long totalInDeprecated. -
nextOut
public byte[] nextOutDeprecated. -
nextOutIndex
public int nextOutIndexDeprecated. -
availOut
public int availOutDeprecated. -
totalOut
public long totalOutDeprecated. -
msg
Deprecated.
-
-
Constructor Details
-
ZStream
public ZStream()Deprecated. -
ZStream
public ZStream(com.codename1.io.gzip.Checksum adler) Deprecated.
-
-
Method Details
-
inflateInit
public int inflateInit()Deprecated. -
inflateInit
public int inflateInit(boolean nowrap) Deprecated. -
inflateInit
public int inflateInit(int w) Deprecated. -
inflateInit
public int inflateInit(com.codename1.io.gzip.JZlib.WrapperType wrapperType) Deprecated. -
inflateInit
public int inflateInit(int w, com.codename1.io.gzip.JZlib.WrapperType wrapperType) Deprecated. -
inflateInit
public int inflateInit(int w, boolean nowrap) Deprecated. -
inflate
public int inflate(int f) Deprecated. -
inflateEnd
public int inflateEnd()Deprecated. -
inflateSync
public int inflateSync()Deprecated. -
inflateSyncPoint
public int inflateSyncPoint()Deprecated. -
inflateSetDictionary
public int inflateSetDictionary(byte[] dictionary, int dictLength) Deprecated. -
inflateFinished
public boolean inflateFinished()Deprecated. -
deflateInit
public int deflateInit(int level) Deprecated. -
deflateInit
public int deflateInit(int level, boolean nowrap) Deprecated. -
deflateInit
public int deflateInit(int level, int bits) Deprecated. -
deflateInit
public int deflateInit(int level, int bits, int memlevel, com.codename1.io.gzip.JZlib.WrapperType wrapperType) Deprecated. -
deflateInit
public int deflateInit(int level, int bits, int memlevel) Deprecated. -
deflateInit
public int deflateInit(int level, int bits, boolean nowrap) Deprecated. -
deflate
public int deflate(int flush) Deprecated. -
deflateEnd
public int deflateEnd()Deprecated. -
deflateParams
public int deflateParams(int level, int strategy) Deprecated. -
deflateSetDictionary
public int deflateSetDictionary(byte[] dictionary, int dictLength) Deprecated. -
getAdler
public long getAdler()Deprecated. -
free
public void free()Deprecated. -
setOutput
public void setOutput(byte[] buf) Deprecated. -
setOutput
public void setOutput(byte[] buf, int off, int len) Deprecated. -
setInput
public void setInput(byte[] buf) Deprecated. -
setInput
public void setInput(byte[] buf, boolean append) Deprecated. -
setInput
public void setInput(byte[] buf, int off, int len, boolean append) Deprecated. -
getNextIn
public byte[] getNextIn()Deprecated. -
setNextIn
public void setNextIn(byte[] nextIn) Deprecated. -
getNextInIndex
public int getNextInIndex()Deprecated. -
setNextInIndex
public void setNextInIndex(int nextInIndex) Deprecated. -
getAvailIn
public int getAvailIn()Deprecated. -
setAvailIn
public void setAvailIn(int availIn) Deprecated. -
getNextOut
public byte[] getNextOut()Deprecated. -
setNextOut
public void setNextOut(byte[] nextOut) Deprecated. -
getNextOutIndex
public int getNextOutIndex()Deprecated. -
setNextOutIndex
public void setNextOutIndex(int nextOutIndex) Deprecated. -
getAvailOut
public int getAvailOut()Deprecated. -
setAvailOut
public void setAvailOut(int availOut) Deprecated. -
getTotalOut
public long getTotalOut()Deprecated. -
getTotalIn
public long getTotalIn()Deprecated. -
getMessage
Deprecated. -
end
public int end()Deprecated.Those methods are expected to be override by Inflater and Deflater. In the future, they will become abstract methods. -
finished
public boolean finished()Deprecated.
-