org.das2.util.filesystem
Interface WebProtocol
- All Known Implementing Classes:
- AppletHttpProtocol, DefaultWebProtocol
public interface WebProtocol
template for web-based protocols to implement FileSystems
META_EXIST
static final java.lang.String META_EXIST
- See Also:
- Constant Field Values
getInputStream
java.io.InputStream getInputStream(WebFileObject fo,
ProgressMonitor mon)
throws java.io.IOException
- Throws:
java.io.IOException
getMetadata
java.util.Map<java.lang.String,java.lang.String> getMetadata(WebFileObject fo)
throws java.io.IOException
- Throws:
java.io.IOException