Uses of Class
org.refcodes.serial.ByteSegment
-
Uses of ByteSegment in org.refcodes.serial
Methods in org.refcodes.serial that return ByteSegmentModifier and TypeMethodDescriptionstatic ByteSegmentSerialSugar.byteSegment()Constructs an emptyByteSegment.static ByteSegmentSerialSugar.byteSegment(Byte aValue) Constructs aByteSegmentwith the given byte payload.static ByteSegmentSerialSugar.byteSegment(String aAlias) Constructs an emptyByteSegment.static ByteSegmentSerialSugar.byteSegment(String aAlias, Byte aValue) Constructs aByteSegmentwith the given byte payload.ByteSegment.withPayload(Byte aValue)