|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Content
Content
| Method Summary | |
|---|---|
String |
getContent()
Gets content as a string |
String |
getEncoding()
Gets the content encoding |
InputStream |
getInputStream()
Gets the content input stream |
String |
getMimetype()
Gets the content mimetype |
Reader |
getReader()
Gets the content reader (which is sensitive to encoding) |
long |
getSize()
Gets the content length (in bytes) |
| Method Detail |
|---|
String getContent()
throws IOException
IOExceptionString getMimetype()
String getEncoding()
long getSize()
InputStream getInputStream()
Reader getReader()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||