Interface Encodeable

  • All Known Implementing Classes:
    StreamCharBuffer

    public interface Encodeable
    Marks a class capable of encoding itself with given Encoder
    Since:
    2.3
    • Method Detail

      • encode

        java.lang.CharSequence encode​(Encoder encoder)
        Encode with given encoder.
        Parameters:
        encoder - the encoder
        Returns:
        the encoded result