public interface IStreamProvider
| Method Summary | ||
|---|---|---|
abstract void | closeStream(StreamProviderOptions options) | |
| Closes the stream. | ||
abstract void | initStream(StreamProviderOptions options) | |
| Gets the stream. | ||
| Method Detail |
|---|
initStream | |
public abstract void initStream(StreamProviderOptions options) throws java.lang.Exception | |
options - closeStream | |
public abstract void closeStream(StreamProviderOptions options) throws java.lang.Exception | |
options -