Package org.jruby.ext.zlib
Class RubyZlib
java.lang.Object
org.jruby.ext.zlib.RubyZlib
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObjectadler32(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObjectadler32(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectadler32_combine(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) Deprecated.static IRubyObjectadler32_combine(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) static IRubyObjectcrc_table(IRubyObject recv) Deprecated.static IRubyObjectcrc_table(ThreadContext context, IRubyObject recv) static IRubyObjectcrc32(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObjectcrc32(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectcrc32_combine(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) Deprecated.static IRubyObjectcrc32_combine(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) static RubyModulecreateZlibModule(ThreadContext context) Create the Zlib module and add it to the Ruby runtime.static IRubyObjectdeflate(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObjectdeflate(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectinflate(ThreadContext context, IRubyObject recv, IRubyObject string) static IRubyObjectzlib_version(IRubyObject recv) Deprecated.static IRubyObjectzlib_version(ThreadContext context, IRubyObject recv)
-
Field Details
-
ZLIB_VERSION
- See Also:
-
VERSION
- See Also:
-
-
Constructor Details
-
RubyZlib
public RubyZlib()
-
-
Method Details
-
createZlibModule
Create the Zlib module and add it to the Ruby runtime. -
zlib_version
Deprecated. -
zlib_version
-
crc32
-
crc32
Deprecated. -
adler32
-
adler32
Deprecated. -
inflate
-
deflate
Deprecated. -
deflate
-
crc_table
-
crc_table
Deprecated. -
crc32_combine
public static IRubyObject crc32_combine(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) -
crc32_combine
@Deprecated public static IRubyObject crc32_combine(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) Deprecated. -
adler32_combine
public static IRubyObject adler32_combine(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) -
adler32_combine
@Deprecated public static IRubyObject adler32_combine(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) Deprecated.
-