Ejemplo n.º 1
0
 @Override
 public InputStream getInputStream(long offset) throws IOException {
   return file.getInputStream(offset);
 }
Ejemplo n.º 2
0
 @Override
 public InputStream getInputStream() throws IOException {
   return file.getInputStream();
 }