| Package | Description |
|---|---|
| org.openimaj.twitter.collection |
| Modifier and Type | Method and Description |
|---|---|
static StreamJSONStatusList |
StreamJSONStatusList.read(BufferedInputStream stream,
int nTweets)
Construct a new StreamTwitterStatusList from the given input stream.
|
static StreamJSONStatusList |
StreamJSONStatusList.read(BufferedInputStream stream,
int nTweets,
String charset)
Construct a new StreamTwitterStatusList from the given input stream.
|
static StreamJSONStatusList |
StreamJSONStatusList.read(InputStream stream)
Construct a new StreamTwitterStatusList from the given input stream.
|
static StreamJSONStatusList |
StreamJSONStatusList.read(InputStream stream,
int nTweets)
Construct a new StreamTwitterStatusList from the given input stream.
|
static StreamJSONStatusList |
StreamJSONStatusList.read(InputStream stream,
int nTweets,
String charset)
Construct a new StreamTwitterStatusList from the given input stream.
|
static StreamJSONStatusList |
StreamJSONStatusList.read(InputStream stream,
String charset)
Construct a new StreamTwitterStatusList from the given input stream.
|