Exemplo n.º 1
0
 @Override
 public long getStartPos() throws IOException {
   return _ba.getStartPos();
 }
Exemplo n.º 2
0
 @Override
 public long getRawSize() throws IOException {
   return _ba.getRawSize();
 }
Exemplo n.º 3
0
    @Override
    public void close() throws IOException {

      _ba.close();
    }
Exemplo n.º 4
0
 @Override
 public long getCompressedSize() throws IOException {
   return _ba.getCompressedSize();
 }