Пример #1
0
 public void writeTo(OutputStream target) throws IOException {
   while (prepareRead() != -1) {
     currentReadChunk.writeTo(target);
   }
 }