716717718719720721722
* * @return InputStream for this FileObject * @throws java.lang.Exception if error creating InputStream */ protected InputStream doGetInputStream() throws Exception { return new SRBFileInputStream((SRBFile) file); }