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