Constructor and Description |
---|
StringBufferResource() |
StringBufferResource(java.lang.String initalValue) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
java.lang.String |
getAsString() |
java.io.InputStream |
getInputStream() |
java.io.Reader |
getReader() |
long |
getSize() |
java.io.Writer |
getWriter() |
public StringBufferResource()
public StringBufferResource(java.lang.String initalValue)
public java.io.Writer getWriter() throws java.io.IOException
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in interface Resource
java.io.IOException
public java.io.Reader getReader() throws java.io.IOException
public java.lang.String getAsString() throws java.io.IOException
getAsString
in interface Resource
java.io.IOException