Package | Description |
---|---|
org.openimaj.twitter.collection |
Modifier and Type | Method and Description |
---|---|
static <T extends USMFStatus> |
StreamTwitterStatusList.read(BufferedInputStream stream,
int nTweets,
Class<? extends GeneralJSON> inputClass,
Class<T> instanceClass,
String charset)
Construct a new StreamTwitterStatusList from the given input stream.
|
static <T extends USMFStatus> |
StreamTwitterStatusList.read(BufferedInputStream stream,
int nTweets,
Class<T> clz)
Construct a new StreamTwitterStatusList from the given input stream.
|
static <T extends USMFStatus> |
StreamTwitterStatusList.read(BufferedInputStream stream,
int nTweets,
Class<T> clazz,
String charset)
Construct a new StreamTwitterStatusList from the given input stream.
|
static StreamTwitterStatusList<USMFStatus> |
StreamTwitterStatusList.read(InputStream stream)
Construct a new StreamTwitterStatusList from the given input stream.
|
static StreamTwitterStatusList<USMFStatus> |
StreamTwitterStatusList.read(InputStream stream,
int nTweets)
Construct a new StreamTwitterStatusList from the given input stream.
|
static <T extends USMFStatus> |
StreamTwitterStatusList.read(InputStream stream,
int nTweets,
Class<? extends GeneralJSON> inputClass,
Class<T> instanceClass) |
static <T extends USMFStatus> |
StreamTwitterStatusList.read(InputStream stream,
int nTweets,
Class<T> clazz)
Construct a new StreamTwitterStatusList from the given input stream.
|
static StreamTwitterStatusList<USMFStatus> |
StreamTwitterStatusList.read(InputStream stream,
int nTweets,
String charset)
Construct a new StreamTwitterStatusList from the given input stream.
|
static StreamTwitterStatusList<USMFStatus> |
StreamTwitterStatusList.read(InputStream stream,
String charset)
Construct a new StreamTwitterStatusList from the given input stream.
|
static StreamTwitterStatusList<USMFStatus> |
StreamTwitterStatusList.readUSMF(InputStream stream,
Class<? extends GeneralJSON> generalJSON) |
static StreamTwitterStatusList<USMFStatus> |
StreamTwitterStatusList.readUSMF(InputStream stream,
Class<? extends GeneralJSON> generalJSON,
String charset) |
static StreamTwitterStatusList<USMFStatus> |
StreamTwitterStatusList.readUSMF(InputStream stream,
int nTweets,
Class<? extends GeneralJSON> generalJSON) |
static StreamTwitterStatusList<USMFStatus> |
StreamTwitterStatusList.readUSMF(InputStream stream,
int nTweets,
Class<? extends GeneralJSON> generalJSON,
String charset) |