public abstract class AbstractMarshal extends java.lang.Object implements Marshal
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
contentType |
Modifier | Constructor and Description |
---|---|
protected |
AbstractMarshal(java.lang.String contentType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentType()
Returns the content type of the marshaled data.
|
static java.lang.String |
marshalUriAsStream(Marshal marshal,
android.net.Uri uri) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPriorityLevel, marshal, marshal
public final java.lang.String getContentType()
Marshal
getContentType
in interface Marshal
public static java.lang.String marshalUriAsStream(Marshal marshal, android.net.Uri uri) throws java.io.IOException
java.io.IOException