public class

PlainTextContent

extends Object
implements HttpContent
java.lang.Object
   ↳ fm.audiobox.core.utils.PlainTextContent

Class Overview

Little wrapper to make plain text multipart form content wrapping easier.

Summary

Public Constructors
PlainTextContent(String text)
Public Methods
long getLength()
String getType()
boolean retrySupported()
void writeTo(OutputStream out)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.api.client.http.HttpContent
From interface com.google.api.client.util.StreamingContent

Public Constructors

public PlainTextContent (String text)

Public Methods

public long getLength ()

Throws
IOException

public String getType ()

public boolean retrySupported ()

public void writeTo (OutputStream out)

Throws
IOException