コード例 #1
0
 public int read(byte[] buf, int offset, int length) throws IOException {
   return gz.read(buf, offset, length);
 }
コード例 #2
0
 public int read(byte[] buf) throws IOException {
   return gz.read(buf);
 }