Uses of Class
org.das2.util.filesystem.WebFileObject

Packages that use WebFileObject
org.das2.util.filesystem The fileSystem package introduces a filesystem abstraction that allows various types of file systems to be accessed in a convenient and uniform way. 
 

Uses of WebFileObject in org.das2.util.filesystem
 

Methods in org.das2.util.filesystem with parameters of type WebFileObject
 java.io.InputStream AppletHttpProtocol.getInputStream(WebFileObject fo, ProgressMonitor mon)
           
 java.io.InputStream DefaultWebProtocol.getInputStream(WebFileObject fo, ProgressMonitor mon)
           
 java.io.InputStream WebProtocol.getInputStream(WebFileObject fo, ProgressMonitor mon)
           
 java.util.Map<java.lang.String,java.lang.String> AppletHttpProtocol.getMetadata(WebFileObject fo)
           
 java.util.Map<java.lang.String,java.lang.String> DefaultWebProtocol.getMetadata(WebFileObject fo)
           
 java.util.Map<java.lang.String,java.lang.String> WebProtocol.getMetadata(WebFileObject fo)