com.pnfsoftware.jeb.util.format.IAsciiable |
Known Indirect Subclasses |
Interface for objects supporting encoding to an ascii string.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
encode()
The implementor should encode the current object as a ASCII form like:
param1=value1¶m1=value2&... |
The implementor should encode the current object as a ASCII form like:
param1=value1¶m1=value2&...valueX can use separators that are neither
. - * _ + %
nor alphanumeric
characters.