Uses of Record Class
org.aksw.shellgebra.exec.graph.FdResource.FdResourcePath
Packages that use FdResource.FdResourcePath
-
Uses of FdResource.FdResourcePath in org.aksw.shellgebra.exec.graph
Methods in org.aksw.shellgebra.exec.graph that return types with arguments of type FdResource.FdResourcePathModifier and TypeMethodDescriptionFdResource.FdResourceInputStream.base()Returns the value of thebaserecord component.FdResource.FdResourceOutputStream.base()Returns the value of thebaserecord component.FdResource.castAsFdPath(FileDescription<FdResource> fd) Try to cast the file description to one backed by a path.Method parameters in org.aksw.shellgebra.exec.graph with type arguments of type FdResource.FdResourcePathModifier and TypeMethodDescriptionstatic FdResourceFdResource.openAppend(FileDescription<FdResource.FdResourcePath> fd) FdResource.openRead(FileDescription<FdResource.FdResourcePath> fd) static FdResourceFdResource.openWrite(FileDescription<FdResource.FdResourcePath> fd) Constructor parameters in org.aksw.shellgebra.exec.graph with type arguments of type FdResource.FdResourcePathModifierConstructorDescriptionFdResourceInputStream(InputStream inputStream, FileDescription<FdResource.FdResourcePath> base) Creates an instance of aFdResourceInputStreamrecord class.FdResourceOutputStream(OutputStream outputStream, FileDescription<FdResource.FdResourcePath> base) Creates an instance of aFdResourceOutputStreamrecord class.