Class AsciiEncoder

java.lang.Object
net.sourceforge.plantuml.code.AsciiEncoder
All Implemented Interfaces:
URLEncoder

public class AsciiEncoder extends java.lang.Object implements URLEncoder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    decode(java.lang.String s)
     
    static int
    decode6bit(char c)
     
    java.lang.String
    encode(byte[] data)
     
    static char
    encode6bit(byte b)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AsciiEncoder

      public AsciiEncoder()
  • Method Details

    • encode

      public java.lang.String encode(byte[] data)
      Specified by:
      encode in interface URLEncoder
    • decode

      public byte[] decode(java.lang.String s)
      Specified by:
      decode in interface URLEncoder
    • decode6bit

      public static int decode6bit(char c)
    • encode6bit

      public static char encode6bit(byte b)