I
- is the type of the create input stream.@FunctionalInterface public interface InputStreamCreator<I extends InputStream>
SeekableInputStream
and
MultiStreamSeekableInputStream
to generate new input streams in case
needed.Modifier and Type | Method | Description |
---|---|---|
I |
create() |
This method returns newly created input streams.
|
I create() throws IOException
InputStream
is returned.IOException
- is thrown in case the input stream cannot be opened.Copyright © 2017–2018 PureSol Technologies. All rights reserved.