Uses of Class
org.refcodes.serial.AssertMagicBytesSegment
-
Uses of AssertMagicBytesSegment in org.refcodes.serial
Methods in org.refcodes.serial that return AssertMagicBytesSegmentModifier and TypeMethodDescriptionstatic AssertMagicBytesSegmentSerialSugar.assertMagicBytesSegment(byte... aMagicBytes) Constructs anAbstractMagicBytesTransmissionwith the according magic bytes.static AssertMagicBytesSegmentSerialSugar.assertMagicBytesSegment(byte[] aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs anAbstractMagicBytesTransmissionwith the according magic bytes.static AssertMagicBytesSegmentSerialSugar.assertMagicBytesSegment(String aMagicBytes) Constructs anAssertMagicBytesSegmentwith the according magic bytes (retrieved from the givenString).static AssertMagicBytesSegmentSerialSugar.assertMagicBytesSegment(String aAlias, byte... aMagicBytes) Constructs anAssertMagicBytesSegmentwith the according magic bytes.static AssertMagicBytesSegmentSerialSugar.assertMagicBytesSegment(String aAlias, byte[] aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs anAssertMagicBytesSegmentwith the according magic bytes.static AssertMagicBytesSegmentSerialSugar.assertMagicBytesSegment(String aAlias, String aMagicBytes) Constructs anAbstractMagicBytesTransmissionwith the according magic bytes (retrieved from the givenString).static AssertMagicBytesSegmentSerialSugar.assertMagicBytesSegment(String aAlias, String aMagicBytes, Charset aCharset) Constructs anAbstractMagicBytesTransmissionwith the according magic bytes (retrieved from the givenString).static AssertMagicBytesSegmentSerialSugar.assertMagicBytesSegment(String aAlias, String aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs anAbstractMagicBytesTransmissionwith the according magic bytes (retrieved from the givenString).static AssertMagicBytesSegmentSerialSugar.assertMagicBytesSegment(String aMagicBytes, Charset aCharset) Constructs anAbstractMagicBytesTransmissionwith the according magic bytes (retrieved from the givenString).static AssertMagicBytesSegmentSerialSugar.assertMagicBytesSegment(String aMagicBytes, TransmissionMetrics aTransmissionMetrics) Constructs anAbstractMagicBytesTransmissionwith the according magic bytes (retrieved from the givenString).static AssertMagicBytesSegmentSerialSugar.assertMagicBytesSegment(TransmissionMetrics aTransmissionMetrics) Constructs anAbstractMagicBytesTransmissionwith the according magic bytes (retrieved from the givenString).