public class StreamJSONStatusList extends AbstractStreamBackedList<StreamJSONStatusList.ReadableWritableJSON>
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamJSONStatusList.ReadableWritableJSON
a readable json hashmap
|
clz, consumed, headerLength, isBinary, recordLength, sizemodCount| Modifier | Constructor and Description |
|---|---|
protected |
StreamJSONStatusList(InputStream stream,
int size,
boolean isBinary,
int headerLength,
int recordLength,
String charset) |
| Modifier and Type | Method and Description |
|---|---|
static StreamJSONStatusList |
read(BufferedInputStream stream,
int nTweets)
Construct a new StreamTwitterStatusList from the given input stream.
|
static StreamJSONStatusList |
read(BufferedInputStream stream,
int nTweets,
String charset)
Construct a new StreamTwitterStatusList from the given input stream.
|
static StreamJSONStatusList |
read(InputStream stream)
Construct a new StreamTwitterStatusList from the given input stream.
|
static StreamJSONStatusList |
read(InputStream stream,
int nTweets)
Construct a new StreamTwitterStatusList from the given input stream.
|
static StreamJSONStatusList |
read(InputStream stream,
int nTweets,
String charset)
Construct a new StreamTwitterStatusList from the given input stream.
|
static StreamJSONStatusList |
read(InputStream stream,
String charset)
Construct a new StreamTwitterStatusList from the given input stream.
|
consumed, listIterator, newElementInstance, randomSubList, readRecord, readRecordASCII, remaining, sizeadd, addAll, get, iterator, remove, setadd, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamprotected StreamJSONStatusList(InputStream stream, int size, boolean isBinary, int headerLength, int recordLength, String charset) throws IOException
IOExceptionpublic static StreamJSONStatusList read(InputStream stream, int nTweets) throws IOException
stream - the input streamnTweets - of tweets to read from this streamIOException - if an error occurs reading from the streampublic static StreamJSONStatusList read(InputStream stream) throws IOException
stream - the input streamIOException - if an error occurs reading from the streampublic static StreamJSONStatusList read(InputStream stream, int nTweets, String charset) throws IOException
stream - the input streamnTweets - of tweets to read from this streamcharset - IOException - if an error occurs reading from the streampublic static StreamJSONStatusList read(InputStream stream, String charset) throws IOException
stream - the input streamcharset - the charset of the underlying streamIOException - if an error occurs reading from the streampublic static StreamJSONStatusList read(BufferedInputStream stream, int nTweets) throws IOException
stream - the input streamnTweets - of tweets to read from this streamIOException - if an error occurs reading from the streampublic static StreamJSONStatusList read(BufferedInputStream stream, int nTweets, String charset) throws IOException
stream - the input streamnTweets - of tweets to read from this streamcharset - the charset to read the stream asIOException - if an error occurs reading from the stream