com.microstrategy.utils.ContentEncoder |
![]() |
This interface represents an encoder
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract CharSequence |
encode(StringBuilder data)
Encode the value in the StringBuilder.
| ||||||||||
abstract CharSequence |
encode(String data)
This method should return the original String if
there is no replacement.
|
Encode the value in the StringBuilder.
data | - value to be encoded |
---|
This method should return the original String if there is no replacement.
data | - value to be encoded |
---|