예제 #1
0
 @Override
 public long getStartPos() throws IOException {
   return _ba.getStartPos();
 }
예제 #2
0
 @Override
 public long getRawSize() throws IOException {
   return _ba.getRawSize();
 }
예제 #3
0
    @Override
    public void close() throws IOException {

      _ba.close();
    }
예제 #4
0
 @Override
 public long getCompressedSize() throws IOException {
   return _ba.getCompressedSize();
 }