protected class TuplesRecommendationFormat.Reader extends Object implements RecommendationFormat.Reader<U,I>
| Constructor and Description |
|---|
Reader(InputStream in)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<Recommendation<U,I>> |
readAll()
Reads all recommendations.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetpublic Reader(InputStream in)
in - input stream where to read recommendationpublic Stream<Recommendation<U,I>> readAll() throws IOException
RecommendationFormat.ReaderreadAll in interface RecommendationFormat.Reader<U,I>IOException - when IO errorCopyright © 2016. All rights reserved.