Interface TupleStreamParser
-
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
JavabinTupleStreamParser
,JSONTupleStream
public interface TupleStreamParser extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
next()
-
-
-
Method Detail
-
next
Map<String,Object> next() throws IOException
- Throws:
IOException
-
-