Class ByteSegment

java.lang.Object
org.refcodes.serial.AbstractPayloadSegment<Byte>
org.refcodes.serial.ByteSegment
All Implemented Interfaces:
Serializable, org.refcodes.mixin.AliasAccessor, org.refcodes.mixin.LengthAccessor, org.refcodes.mixin.PayloadAccessor<Byte>, org.refcodes.mixin.PayloadAccessor.PayloadBuilder<Byte,PayloadTransmission<Byte>>, org.refcodes.mixin.PayloadAccessor.PayloadMutator<Byte>, org.refcodes.mixin.PayloadAccessor.PayloadProperty<Byte>, org.refcodes.mixin.Resetable, org.refcodes.schema.Schemable, PayloadSegment<Byte>, PayloadTransmission<Byte>, Segment, Segment.SegmentMixin, Transmission, Transmission.TransmissionMixin

public class ByteSegment extends AbstractPayloadSegment<Byte> implements Segment
The ByteSegment is an implementation of a Segment carrying in byte value as payload.
See Also: