public class GeneralJSONTwitterRawText extends GeneralJSONTwitter
GeneralJSONTwitterRawText
extends GeneralJSONTwitter
to provide an object that can
read raw strings. It can also then be used by USMFFStatus to
fill a USMFSStatus with the relevant twitter fields.coordinates, created_at, entities, geo, id, id_str, in_reply_to_screen_name, in_reply_to_status_id, in_reply_to_user_id, place, retweet_count, retweeted, retweeted_status, s, source, text, truncated, user
analysis, gson
Constructor and Description |
---|
GeneralJSONTwitterRawText() |
Modifier and Type | Method and Description |
---|---|
GeneralJSON |
instanceFromString(String line) |
void |
readASCII(Scanner in)
Read internal state from in.
|
fillUSMF, fromUSMF
addAnalysis, analysisToJSON, asciiHeader, binaryHeader, fillAnalysis, getAnalysis, readBinary, writeASCII, writeASCIIAnalysis, writeASCIIAnalysis, writeBinary
public GeneralJSONTwitterRawText()
public void readASCII(Scanner in) throws IOException
ReadableASCII
readASCII
in interface ReadableASCII
readASCII
in class GeneralJSONTwitter
in
- source to read from.IOException
- an error reading inputpublic GeneralJSON instanceFromString(String line)
instanceFromString
in class GeneralJSONTwitter