org.jruby.util
Class ZlibInflate

java.lang.Object
  extended by org.jruby.util.ZlibInflate

public class ZlibInflate
extends java.lang.Object


Field Summary
static int BASE_SIZE
           
 
Constructor Summary
ZlibInflate(IRubyObject caller)
           
 
Method Summary
 void append(ByteList obj)
           
 void append(IRubyObject obj)
           
 void close()
           
 IRubyObject finish()
           
 IRubyObject flush()
           
 java.util.zip.Inflater getInflater()
           
 IRubyObject inflate(ByteList str)
           
static IRubyObject s_inflate(IRubyObject caller, ByteList str)
           
 IRubyObject set_dictionary(IRubyObject str)
           
 IRubyObject sync_point()
           
 IRubyObject sync(IRubyObject str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_SIZE

public static final int BASE_SIZE
See Also:
Constant Field Values
Constructor Detail

ZlibInflate

public ZlibInflate(IRubyObject caller)
Method Detail

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()

sync_point

public IRubyObject sync_point()

sync

public IRubyObject sync(IRubyObject str)

append

public void append(IRubyObject obj)

append

public void append(ByteList obj)

set_dictionary

public IRubyObject set_dictionary(IRubyObject str)
                           throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException

inflate

public IRubyObject inflate(ByteList str)

flush

public IRubyObject flush()

finish

public IRubyObject finish()

close

public void close()


Copyright © 2002-2007 JRuby Team. All Rights Reserved.