Class SafeRepresenter.RepresentByteArray

  • All Implemented Interfaces:
    Represent
    Enclosing class:
    SafeRepresenter

    protected class SafeRepresenter.RepresentByteArray
    extends java.lang.Object
    implements Represent
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RepresentByteArray()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Node representData​(java.lang.Object data)
      Create a Node
      • Methods inherited from class java.lang.Object

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

      • RepresentByteArray

        protected RepresentByteArray()
    • Method Detail

      • representData

        public Node representData​(java.lang.Object data)
        Description copied from interface: Represent
        Create a Node
        Specified by:
        representData in interface Represent
        Parameters:
        data - the instance to represent
        Returns:
        Node to dump