Class ByteSegment

    • Constructor Detail

      • ByteSegment

        public ByteSegment()
        Constructs an empty ByteSegment.
      • ByteSegment

        public ByteSegment​(Byte aValue)
        Constructs a ByteSegment with the given byte payload.
        Parameters:
        aValue - The value (payload) to be contained by the Segment.
      • ByteSegment

        public ByteSegment​(String aAlias)
        Constructs an empty ByteSegment.
        Parameters:
        aAlias - The alias which identifies the content of this segment.
      • ByteSegment

        public ByteSegment​(String aAlias,
                           Byte aValue)
        Constructs a ByteSegment with the given byte payload.
        Parameters:
        aAlias - The alias which identifies the content of this segment.
        aValue - The value (payload) to be contained by the Segment.