public interface DSP
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
dspMatch(String path,
DapContext context)
Determine if a path refers to an object processable by this DSP
|
ChecksumMode |
getChecksumMode() |
Object |
getContext() |
DapDataset |
getDMR() |
String |
getLocation() |
ByteOrder |
getOrder() |
DataCursor |
getVariableData(DapVariable var) |
DSP |
open(String path) |
void |
setContext(DapContext cxt) |
DSP |
setLocation(String location) |
boolean dspMatch(String path, DapContext context)
path - context - DSP open(String path) throws DapException
path - It is assumed that the path
is appropriate to the dsp
E.g. an absolute path or a urlDapExceptionvoid close()
throws IOException
IOExceptionString getLocation()
Object getContext()
void setContext(DapContext cxt)
DapDataset getDMR() throws DapException
DapExceptionDataCursor getVariableData(DapVariable var) throws DapException
DapExceptionByteOrder getOrder()
ChecksumMode getChecksumMode()