public interface PreferencesReader
| Modifier and Type | Method and Description |
|---|---|
<U,I> Stream<org.jooq.lambda.tuple.Tuple3<U,I,Double>> |
read(InputStream in,
Parser<U> up,
Parser<I> ip)
Reads preferences from an input stream.
|
default <U,I> Stream<org.jooq.lambda.tuple.Tuple3<U,I,Double>> |
read(String in,
Parser<U> up,
Parser<I> ip)
Reads preferences from a file.
|
default <U,I> Stream<org.jooq.lambda.tuple.Tuple3<U,I,Double>> read(String in, Parser<U> up, Parser<I> ip) throws IOException
U - user typeI - item tpyein - path to fileup - user parserip - item parserIOException - when I/O problems<U,I> Stream<org.jooq.lambda.tuple.Tuple3<U,I,Double>> read(InputStream in, Parser<U> up, Parser<I> ip) throws IOException
U - user typeI - item tpyein - input stream to read fromup - user parserip - item parserIOException - when I/O problemsCopyright © 2016. All rights reserved.