|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.RubyZlib
public class RubyZlib
Nested Class Summary | |
---|---|
static class |
RubyZlib.BufError
|
static class |
RubyZlib.DataError
|
static class |
RubyZlib.Deflate
|
static class |
RubyZlib.Error
|
static class |
RubyZlib.Inflate
|
static class |
RubyZlib.MemError
|
static class |
RubyZlib.NeedDict
|
static class |
RubyZlib.RubyGzipFile
|
static class |
RubyZlib.RubyGzipReader
|
static class |
RubyZlib.RubyGzipWriter
|
static class |
RubyZlib.StreamEnd
|
static class |
RubyZlib.StreamError
|
static class |
RubyZlib.VersionError
|
static class |
RubyZlib.ZStream
|
Constructor Summary | |
---|---|
RubyZlib()
|
Method Summary | |
---|---|
static IRubyObject |
adler32(IRubyObject recv,
IRubyObject[] args)
|
static IRubyObject |
crc_table(IRubyObject recv)
|
static IRubyObject |
crc32(IRubyObject recv,
IRubyObject[] args)
|
static RubyModule |
createZlibModule(Ruby runtime)
Create the Zlib module and add it to the Ruby runtime. |
static IRubyObject |
zlib_version(IRubyObject recv)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RubyZlib()
Method Detail |
---|
public static RubyModule createZlibModule(Ruby runtime)
public static IRubyObject zlib_version(IRubyObject recv)
public static IRubyObject crc32(IRubyObject recv, IRubyObject[] args) throws java.lang.Exception
java.lang.Exception
public static IRubyObject adler32(IRubyObject recv, IRubyObject[] args) throws java.lang.Exception
java.lang.Exception
public static IRubyObject crc_table(IRubyObject recv)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |