Interface IAsciiable

All Known Implementing Classes:
InterpreterHistory

public interface IAsciiable
Interface for objects supporting encoding to an ascii string.
  • Method Summary

    Modifier and Type
    Method
    Description
    The implementor should encode the current object as a ASCII form like:
  • Method Details

    • encode

      String encode()
      The implementor should encode the current object as a ASCII form like:
       param1=value1&param1=value2&...
       
      valueX can use separators that are neither . - * _ + % nor alphanumeric characters.
      Returns:
      the encoded string