public interface DSP
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
dspMatch(java.lang.String path,
DapContext context)
Determine if a path refers to an object processable by this DSP
|
ChecksumMode |
getChecksumMode() |
java.lang.Object |
getContext() |
DapDataset |
getDMR() |
java.lang.String |
getLocation() |
java.nio.ByteOrder |
getOrder() |
DataCursor |
getVariableData(DapVariable var) |
DSP |
open(java.lang.String path) |
void |
setContext(DapContext cxt) |
DSP |
setLocation(java.lang.String location) |
boolean dspMatch(java.lang.String path,
DapContext context)
path - context - DSP open(java.lang.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 java.io.IOException
java.io.IOExceptionjava.lang.String getLocation()
DSP setLocation(java.lang.String location)
java.lang.Object getContext()
void setContext(DapContext cxt)
DapDataset getDMR() throws DapException
DapExceptionDataCursor getVariableData(DapVariable var) throws DapException
DapExceptionjava.nio.ByteOrder getOrder()
ChecksumMode getChecksumMode()