コード例 #1
0
ファイル: RubyZlib.java プロジェクト: headius/jruby-cdc
 protected IRubyObject internalFinish() throws Exception {
   return defl.finish();
 }