Interface Section.SectionMixin

All Superinterfaces:
org.refcodes.mixin.LengthAccessor, org.refcodes.mixin.Schemable<SerialSchema>, Section, Serializable, Transmission, Transmission.TransmissionMixin
All Known Subinterfaces:
ArraySection<ARRAY>
All Known Implementing Classes:
AbstractPayloadSection, AssertMagicBytesSectionDecorator, BooleanArraySection, ByteArraySection, CharArraySection, CharSection, DoubleArraySection, DynamicTypeSection, FileSection, FixedSegmentArraySection, FloatArraySection, IntArraySection, LongArraySection, MagicBytesSectionDecorator, PropertiesSection, SectionComposite, SegmentArraySection, SequenceSection, ShortArraySection, StringArraySection, StringSection
Enclosing interface:
Section

public static interface Section.SectionMixin extends Transmission.TransmissionMixin, Section
Default implementation of the Section interface providing an implementation of the receiveFrom(InputStream, int, OutputStream) method using the Section.fromTransmission(Sequence, int) method or the Section.fromTransmission(Sequence, int, int) method..