예제 #1
0
 @Override
 protected Iterator<Feature> queryRaw(String chr, int start, int end) throws IOException {
   return source.getFeatures(chr, start, end);
 }