jruby/docs BETA
Navigation
org.jruby.ext.zlib 9
C JZlibDeflate
C JZlibInflate
C JZlibRubyGzipReader
C JZlibRubyGzipWriter
C RubyGzipFile
C RubyZlib
C ZStream
C Zlib
C ZlibLibrary
RubyZlib — members 19
F ZLIB_VERSION() String
F VERSION() String
C new()
M adler32(context, recv, args) IRubyObject
M adler32(recv, args) IRubyObject
M adler32_combine(context, recv, arg0, arg1, arg2) IRubyObject
M adler32_combine(recv, arg0, arg1, arg2) IRubyObject
M crc32(context, recv, args) IRubyObject
M crc32(recv, args) IRubyObject
M crc32_combine(context, recv, arg0, arg1, arg2) IRubyObject
M crc32_combine(recv, arg0, arg1, arg2) IRubyObject
M crc_table(context, recv) IRubyObject
M crc_table(recv) IRubyObject
M create_zlib_module(context) RubyModule
M deflate(recv, args) IRubyObject
M deflate(context, recv, args) IRubyObject
M inflate(context, recv, string) IRubyObject
M zlib_version(recv) IRubyObject
M zlib_version(context, recv) IRubyObject

org.jruby.ext.zlib.RubyZlib

class 19 members

Constants

constanttypenote
ZLIB_VERSION String
VERSION String

Constructors

new

new ( )
Java: <init>()

Class Methods

adler32

IRubyObject adler32 ( ThreadContext context, IRubyObject recv, IRubyObject[] args )
Java: adler32(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject[] args)

adler32

IRubyObject adler32 ( IRubyObject recv, IRubyObject[] args )
Java: adler32(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject[] args)

adler32_combine

IRubyObject adler32_combine ( ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2 )
Java: adler32_combine(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject arg0, org.jruby.runtime.builtin.IRubyObject arg1, org.jruby.runtime.builtin.IRubyObject arg2)

adler32_combine

IRubyObject adler32_combine ( IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2 )
Java: adler32_combine(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject arg0, org.jruby.runtime.builtin.IRubyObject arg1, org.jruby.runtime.builtin.IRubyObject arg2)

crc32

IRubyObject crc32 ( ThreadContext context, IRubyObject recv, IRubyObject[] args )
Java: crc32(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject[] args)

crc32

IRubyObject crc32 ( IRubyObject recv, IRubyObject[] args )
Java: crc32(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject[] args)

crc32_combine

IRubyObject crc32_combine ( ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2 )
Java: crc32_combine(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject arg0, org.jruby.runtime.builtin.IRubyObject arg1, org.jruby.runtime.builtin.IRubyObject arg2)

crc32_combine

IRubyObject crc32_combine ( IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2 )
Java: crc32_combine(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject arg0, org.jruby.runtime.builtin.IRubyObject arg1, org.jruby.runtime.builtin.IRubyObject arg2)

crc_table

IRubyObject crc_table ( ThreadContext context, IRubyObject recv )
Java: crc_table(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv)

crc_table

IRubyObject crc_table ( IRubyObject recv )
Java: crc_table(org.jruby.runtime.builtin.IRubyObject recv)

create_zlib_module

RubyModule create_zlib_module ( ThreadContext context )
Java: createZlibModule(org.jruby.runtime.ThreadContext context)

Create the Zlib module and add it to the Ruby runtime.

deflate

IRubyObject deflate ( IRubyObject recv, IRubyObject[] args )
Java: deflate(org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject[] args)

deflate

IRubyObject deflate ( ThreadContext context, IRubyObject recv, IRubyObject[] args )
Java: deflate(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject[] args)

inflate

IRubyObject inflate ( ThreadContext context, IRubyObject recv, IRubyObject string )
Java: inflate(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv, org.jruby.runtime.builtin.IRubyObject string)

zlib_version

IRubyObject zlib_version ( IRubyObject recv )
Java: zlib_version(org.jruby.runtime.builtin.IRubyObject recv)

zlib_version

IRubyObject zlib_version ( ThreadContext context, IRubyObject recv )
Java: zlib_version(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject recv)