Uses of Class
org.refcodes.serial.AssertMagicBytesSegment
-
Uses of AssertMagicBytesSegment in org.refcodes.serial
Modifier and TypeMethodDescriptionstatic AssertMagicBytesSegment
SerialSugar.assertMagicBytesSegment
(byte... aMagicBytes) Constructs anAbstractMagicBytesTransmission
with the according magic bytes.static AssertMagicBytesSegment
SerialSugar.assertMagicBytesSegment
(byte[] aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs anAbstractMagicBytesTransmission
with the according magic bytes.static AssertMagicBytesSegment
SerialSugar.assertMagicBytesSegment
(String aMagicBytes) Constructs anAssertMagicBytesSegment
with the according magic bytes (retrieved from the givenString
).static AssertMagicBytesSegment
SerialSugar.assertMagicBytesSegment
(String aAlias, byte... aMagicBytes) Constructs anAssertMagicBytesSegment
with the according magic bytes.static AssertMagicBytesSegment
SerialSugar.assertMagicBytesSegment
(String aAlias, byte[] aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs anAssertMagicBytesSegment
with the according magic bytes.static AssertMagicBytesSegment
SerialSugar.assertMagicBytesSegment
(String aAlias, String aMagicBytes) Constructs anAbstractMagicBytesTransmission
with the according magic bytes (retrieved from the givenString
).static AssertMagicBytesSegment
SerialSugar.assertMagicBytesSegment
(String aAlias, String aMagicBytes, Charset aCharset) Constructs anAbstractMagicBytesTransmission
with the according magic bytes (retrieved from the givenString
).static AssertMagicBytesSegment
SerialSugar.assertMagicBytesSegment
(String aAlias, String aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs anAbstractMagicBytesTransmission
with the according magic bytes (retrieved from the givenString
).static AssertMagicBytesSegment
SerialSugar.assertMagicBytesSegment
(String aMagicBytes, Charset aCharset) Constructs anAbstractMagicBytesTransmission
with the according magic bytes (retrieved from the givenString
).static AssertMagicBytesSegment
SerialSugar.assertMagicBytesSegment
(String aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs anAbstractMagicBytesTransmission
with the according magic bytes (retrieved from the givenString
).static AssertMagicBytesSegment
SerialSugar.assertMagicBytesSegment
(TransmissionMetrics aTransmissionMetrics) Constructs anAbstractMagicBytesTransmission
with the according magic bytes (retrieved from the givenString
).