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 Resource
IOException
public InputStream getInputStream() throws IOException
getInputStream
in interface Resource
IOException
public Reader getReader() throws IOException
getReader
in interface Resource
IOException
public String getAsString() throws IOException
getAsString
in interface Resource
IOException
Copyright © 2006–2019 Icegreen Technologies. All rights reserved.