Uses of Class
org.refcodes.serial.AsciizSegment
-
Uses of AsciizSegment in org.refcodes.serial
Methods in org.refcodes.serial that return AsciizSegmentModifier and TypeMethodDescriptionstatic AsciizSegmentSerialSugar.asciizSegment()Constructs an emptyAsciizSegment.static AsciizSegmentSerialSugar.asciizSegment(byte aEndOfStringByte) Constructs an emptyAsciizSegment.static AsciizSegmentSerialSugar.asciizSegment(byte[] aValue) Constructs anAsciizSegmentwith the given (ASCII encoded) bytes payload.static AsciizSegmentSerialSugar.asciizSegment(byte[] aValue, byte aEndOfStringByte) Constructs anAsciizSegmentwith the given (ASCII encoded) bytes payload.static AsciizSegmentSerialSugar.asciizSegment(String aValue) Constructs anAsciizSegmentwith the givenStringpayload.static AsciizSegmentSerialSugar.asciizSegment(String aValue, byte aEndOfStringByte) Constructs anAsciizSegmentwith the givenStringpayload.static AsciizSegmentSerialSugar.asciizSegment(String aAlias, byte[] aValue) Constructs anAsciizSegmentwith the given (ASCII encoded) bytes payload.static AsciizSegmentSerialSugar.asciizSegment(String aAlias, byte[] aValue, byte aEndOfStringByte) Constructs anAsciizSegmentwith the given (ASCII encoded) bytes payload.static AsciizSegmentSerialSugar.asciizSegment(String aAlias, String aValue) Constructs anAsciizSegmentwith the givenStringpayload.static AsciizSegmentSerialSugar.asciizSegment(String aAlias, String aValue, byte aEndOfStringByte) Constructs anAsciizSegmentwith the givenStringpayload.static AsciizSegmentSerialSugar.asciizSegment(String aAlias, TransmissionMetrics aTransmissionMetrics, byte[] aValue) Constructs anAsciizSegmentwith the given (ASCII encoded) bytes payload.static AsciizSegmentSerialSugar.asciizSegment(String aAlias, TransmissionMetrics aTransmissionMetrics, String aValue) Constructs anAsciizSegmentwith the givenStringpayload.static AsciizSegmentSerialSugar.asciizSegment(TransmissionMetrics aTransmissionMetrics) Constructs an emptyAsciizSegment.static AsciizSegmentSerialSugar.asciizSegment(TransmissionMetrics aTransmissionMetrics, byte[] aValue) Constructs anAsciizSegmentwith the given (ASCII encoded) bytes payload.static AsciizSegmentSerialSugar.asciizSegment(TransmissionMetrics aTransmissionMetrics, String aValue) Constructs anAsciizSegmentwith the givenStringpayload.AsciizSegment.withPayload(byte[] aValue) Sets the given (ASCII encoded) bytes payload.AsciizSegment.withPayload(String aValue)