コード例 #1
0
 @Override
 public Buffer receive(int id) throws IOException {
   return raw.receive(id);
 }
コード例 #2
0
 @Override
 public int send(int cmd, Buffer buffer) throws IOException {
   return raw.send(cmd, buffer);
 }