Class XmlBytes

java.lang.Object
org.eolang.jeo.representation.xmir.XmlBytes

public final class XmlBytes extends Object
Xml representation of EO bytes.
Since:
0.6
  • Method Details

    • text

      public String text()
      Bytes text.
      Returns:
      Bytes as string.
    • parse

      public Object parse()
      Parse bytes.
      Returns:
      Parsed object.
    • hex

      public HexString hex()
      Convert to hex.
      Returns:
      Hex string.