コード例 #1
0
 public long getCompressedBytesRead() throws IOException {
   return dumpReader.getCompressedBytesRead();
 }
コード例 #2
0
 @Override
 protected void work() throws Throwable {
   dumpReader.unmarshal();
 }
コード例 #3
0
 public long getFileSize() {
   return dumpReader.getFileSize();
 }
コード例 #4
0
 public long getParsedCount() {
   return dumpReader.getParsedCount();
 }