org.jruby.util
Class ZlibInflate
java.lang.Object
org.jruby.util.ZlibInflate
- public class ZlibInflate
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BASE_SIZE
public static final int BASE_SIZE
- See Also:
- Constant Field Values
ZlibInflate
public ZlibInflate(IRubyObject caller)
s_inflate
public static IRubyObject s_inflate(IRubyObject caller,
ByteList str)
throws java.util.zip.DataFormatException
- Throws:
java.util.zip.DataFormatException
getInflater
public java.util.zip.Inflater getInflater()
append
public void append(IRubyObject obj)
append
public void append(ByteList obj)
sync_point
public IRubyObject sync_point()
set_dictionary
public IRubyObject set_dictionary(IRubyObject str)
throws java.io.UnsupportedEncodingException
- Throws:
java.io.UnsupportedEncodingException
inflate
public IRubyObject inflate(ByteList str)
throws java.util.zip.DataFormatException
- Throws:
java.util.zip.DataFormatException
sync
public IRubyObject sync(IRubyObject str)
finish
public void finish()
close
public void close()
Copyright © 2002-2007 JRuby Team. All Rights Reserved.