Package com.jcraft.jzlib
Class ZStream
java.lang.Object
com.jcraft.jzlib.ZStream
Bob Hanson -- using this for Jmol; added ZStream.getBytes(s)
ZStream
deprecated? Not for public use in the future.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
static byte[]
added by Bob Hansonlong
long
-
Field Details
-
avail_in
protected int avail_in -
total_in
protected long total_in -
total_out
protected long total_out
-
-
Constructor Details
-
ZStream
public ZStream()
-
-
Method Details
-
getAvailIn
public int getAvailIn() -
getTotalOut
public long getTotalOut() -
getTotalIn
public long getTotalIn() -
getBytes
added by Bob Hanson- Parameters:
s
-- Returns:
- UTF-8 byte array (or, for code points < 256, ISO-8859-1)
-