Package org.n52.svalbard.decode.stream
Interface StreamReader<T>
-
- All Superinterfaces:
org.n52.janmayen.component.Component<StreamReaderKey>,org.n52.janmayen.component.Keyed<StreamReaderKey>
- All Known Implementing Classes:
DocumentXmlStreamReader
public interface StreamReader<T> extends org.n52.janmayen.component.Component<StreamReaderKey>
TODO JavaDoc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tread(java.io.InputStream stream)
-
-
-
Method Detail
-
read
T read(java.io.InputStream stream) throws org.n52.shetland.ogc.ows.exception.OwsExceptionReport
- Throws:
org.n52.shetland.ogc.ows.exception.OwsExceptionReport
-
-