Package io.split.client.utils
Class StaticContentInputStreamProvider
- java.lang.Object
-
- io.split.client.utils.StaticContentInputStreamProvider
-
- All Implemented Interfaces:
InputStreamProvider
public class StaticContentInputStreamProvider extends Object implements InputStreamProvider
-
-
Constructor Summary
Constructors Constructor Description StaticContentInputStreamProvider(InputStream inputStream)
-
-
-
Constructor Detail
-
StaticContentInputStreamProvider
public StaticContentInputStreamProvider(InputStream inputStream)
-
-
Method Detail
-
get
public InputStream get() throws InputStreamProviderException
- Specified by:
getin interfaceInputStreamProvider- Throws:
InputStreamProviderException
-
-