コード例 #1
0
 public int read(byte[] buf, int off, int len) {
     return bais.read(buf, off, len);
 }
コード例 #2
0
 public int read() {
     return bais.read();
 }