org.das2.util.filesystem
Interface WebProtocol

All Known Implementing Classes:
AppletHttpProtocol, DefaultWebProtocol

public interface WebProtocol

template for web-based protocols to implement FileSystems


Field Summary
static java.lang.String META_EXIST
           
 
Method Summary
 java.io.InputStream getInputStream(WebFileObject fo, ProgressMonitor mon)
           
 java.util.Map<java.lang.String,java.lang.String> getMetadata(WebFileObject fo)
           
 

Field Detail

META_EXIST

static final java.lang.String META_EXIST
See Also:
Constant Field Values
Method Detail

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