| 构造器和说明 |
|---|
StringSource(String content,
boolean cache)
Constructor for StringSource.
|
StringSource(StringBuilder content,
boolean cache)
Constructor for StringSource.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCacheKey()
Getter for the field
cacheKey. |
StringBuilder |
getContent()
Getter for the field
content. |
String |
getEncoding()
getEncoding.
|
boolean |
isModified()
isModified.
|
String |
toString()
toString.
|
public StringSource(String content, boolean cache)
Constructor for StringSource.
content - a String object.cache - a boolean.public StringSource(StringBuilder content, boolean cache)
Constructor for StringSource.
content - a StringBuilder object.cache - a boolean.public boolean isModified()
isModified.
isModified 在接口中 ISourcepublic String getCacheKey()
Getter for the field cacheKey.
getCacheKey 在接口中 ISourceString object.public StringBuilder getContent()
Getter for the field content.
getContent 在接口中 ISourceStringBuilder object.public String getEncoding()
getEncoding.
getEncoding 在接口中 ISourceString object.Copyright © 2023. All rights reserved.