Package com.pnfsoftware.jeb.util.format
Interface IAsciiable
- All Known Implementing Classes:
InterpreterHistory
public interface IAsciiable
Interface for objects supporting encoding to an ascii string.
-
Method Summary
-
Method Details
-
encode
String encode()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.- Returns:
- the encoded string
-