Package org.jruby.ext.zlib
Class RubyZlib
java.lang.Object
org.jruby.ext.zlib.RubyZlib
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObject
adler32
(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObject
adler32
(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObject
adler32_combine
(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) Deprecated.static IRubyObject
adler32_combine
(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) static IRubyObject
crc_table
(IRubyObject recv) Deprecated.static IRubyObject
crc_table
(ThreadContext context, IRubyObject recv) static IRubyObject
crc32
(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObject
crc32
(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObject
crc32_combine
(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) Deprecated.static IRubyObject
crc32_combine
(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) static RubyModule
createZlibModule
(ThreadContext context) Create the Zlib module and add it to the Ruby runtime.static IRubyObject
deflate
(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObject
deflate
(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObject
inflate
(ThreadContext context, IRubyObject recv, IRubyObject string) static IRubyObject
zlib_version
(IRubyObject recv) Deprecated.static IRubyObject
zlib_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.
-