PATH:
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
rbs-3.8.0
/
stdlib
/
zlib
/
0
%a{annotate:rdoc:skip} module Zlib # <!-- rdoc-file=ext/zlib/zlib.c --> # Subclass of Zlib::Error # # When zlib returns a Z_STREAM_END is return if the end of the compressed data # has been reached and all uncompressed out put has been produced. # class StreamEnd < Zlib::Error end end
[-] zlib.rbs
[edit]
[+]
gzip_file
[-] deflate.rbs
[edit]
[-] gzip_file.rbs
[edit]
[-] mem_error.rbs
[edit]
[-] stream_end.rbs
[edit]
[-] version_error.rbs
[edit]
[-] data_error.rbs
[edit]
[-] error.rbs
[edit]
[-] stream_error.rbs
[edit]
[-] gzip_writer.rbs
[edit]
[-] gzip_reader.rbs
[edit]
[+]
..
[-] inflate.rbs
[edit]
[-] buf_error.rbs
[edit]
[-] zstream.rbs
[edit]
[-] need_dict.rbs
[edit]