public interface ContentManager
| Modifier and Type | Method and Description |
|---|---|
Charset |
detectCharset(String location)
Detect the Charset of the content in the specified location.
|
String |
load(String location)
Loads content from the specified location.
|
boolean |
save(String content,
Charset charset,
String location)
|
boolean |
save(String content,
String location)
Saves content to the specified location.
|
String load(String location) throws IOException
location - IOExceptionboolean save(String content, String location)
content - location - boolean save(String content, Charset charset, String location)
content - charset - location - Copyright © 2013. All Rights Reserved.