cc.twittertools.corpus.data
Interface StatusStream

All Known Implementing Classes:
JsonStatusBlockReader, JsonStatusCorpusReader

public interface StatusStream

Abstraction for a stream of statuses. Ordering of the statuses is left to the implementation.


Method Summary
 void close()
           
 Status next()
           
 

Method Detail

next

Status next()
            throws IOException
Throws:
IOException

close

void close()
           throws IOException
Throws:
IOException