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, useranalysis, 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, fromUSMFaddAnalysis, analysisToJSON, asciiHeader, binaryHeader, fillAnalysis, getAnalysis, readBinary, writeASCII, writeASCIIAnalysis, writeASCIIAnalysis, writeBinarypublic GeneralJSONTwitterRawText()
public void readASCII(Scanner in) throws IOException
ReadableASCIIreadASCII in interface ReadableASCIIreadASCII in class GeneralJSONTwitterin - source to read from.IOException - an error reading inputpublic GeneralJSON instanceFromString(String line)
instanceFromString in class GeneralJSONTwitter