public interface

IAsciiable

com.pnfsoftware.jeb.util.format.IAsciiable
Known Indirect Subclasses

Class Overview

Interface for objects supporting encoding to a string.

Summary

Public Methods
abstract String encode()
The implementor should encode the current object as a ASCII form like:
 param1=value1&param1=value2&...

Public Methods

public abstract 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