コード例 #1
0
 public void drain() throws IOException {
   Streams.drain(_in);
   _in.close();
 }