Package org.orekit.data
Interface NamedData.StreamOpener
-
- Enclosing class:
- NamedData
public static interface NamedData.StreamOpener
Interface for lazy-opening a stream.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
openStream()
Open the stream.
-
-
-
Method Detail
-
openStream
InputStream openStream() throws IOException
Open the stream.- Returns:
- opened stream
- Throws:
IOException
- if stream cannot be opened
-
-