Class ZStream

java.lang.Object
com.jcraft.jzlib.ZStream
Direct Known Subclasses:
Deflater, Inflater

public abstract class ZStream extends Object
Bob Hanson -- using this for Jmol; added ZStream.getBytes(s) ZStream deprecated? Not for public use in the future.
  • 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

      public static byte[] getBytes(String s)
      added by Bob Hanson
      Parameters:
      s -
      Returns:
      UTF-8 byte array (or, for code points < 256, ISO-8859-1)