public class ReadTextStreamTask extends ReadStreamTask
Task.TaskListener| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static java.lang.String |
INTENT_COMPLETE |
protected java.lang.String |
mContent |
static java.lang.String |
TAG |
mSucceeded| Constructor and Description |
|---|
ReadTextStreamTask(java.io.InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
Intent |
getCompleteIntent() |
java.lang.String |
getContent() |
protected void |
readContent(java.io.InputStream in) |
java.lang.String |
toString() |
isSucceeded, reset, runpublic static final java.lang.String TAG
public static final java.lang.String CLASS_NAME
public static final java.lang.String INTENT_COMPLETE
protected java.lang.String mContent
protected void readContent(java.io.InputStream in)
throws java.io.IOException
readContent in class ReadStreamTaskjava.io.IOExceptionpublic java.lang.String getContent()
public Intent getCompleteIntent()
getCompleteIntent in interface IntentTaskgetCompleteIntent in class ReadStreamTaskpublic java.lang.String toString()
toString in class ReadStreamTask