O - is the given type of the result.@FunctionalInterface public interface Load<O>
InputStream.| Modifier and Type | Method and Description |
|---|---|
O |
load(InputStream input)
Loads a value of the given type O from a given
InputStream. |
O load(InputStream input) throws IOException
InputStream.input - is the given InputStream which the value will be load from.IOException - that could occured while loading files.Copyright © 2016. All rights reserved.