Class HexOf

  • All Implemented Interfaces:
    Bytes

    public final class HexOf
    extends Object
    implements Bytes
    Decodes origin Text using the hexadecimal encoding scheme.
    Since:
    0.30
    • Constructor Detail

      • HexOf

        public HexOf​(Text origin)
        Ctor.
        Parameters:
        origin - Hexadecimal text.
    • Method Detail

      • asBytes

        public byte[] asBytes()
                       throws Exception
        Description copied from interface: Bytes
        Convert it to the byte array.
        Specified by:
        asBytes in interface Bytes
        Returns:
        The byte array
        Throws:
        Exception - If fails