示例#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();
 }