| Constructor and Description |
|---|
StringBufferResource() |
StringBufferResource(String initalValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
String |
getAsString() |
InputStream |
getInputStream() |
Reader |
getReader() |
long |
getSize() |
Writer |
getWriter() |
public StringBufferResource()
public StringBufferResource(String initalValue)
public Writer getWriter() throws IOException
getWriter in interface ResourceIOExceptionpublic InputStream getInputStream() throws IOException
getInputStream in interface ResourceIOExceptionpublic Reader getReader() throws IOException
getReader in interface ResourceIOExceptionpublic String getAsString() throws IOException
getAsString in interface ResourceIOExceptionCopyright © 2006–2017 Icegreen Technologies. All rights reserved.