Uses of Class
org.refcodes.serial.AbstractInvertibleTransmissionDecorator
-
Uses of AbstractInvertibleTransmissionDecorator in org.refcodes.serial
Subclasses of AbstractInvertibleTransmissionDecorator in org.refcodes.serialModifier and TypeClassDescriptionclassInvertibleSectionDecorator<DECORATEE extends Section>AInvertibleSectionDecoratoris a transmission applying anInvertibleon outgoing bytes (as ofTransmission.transmitTo(java.io.OutputStream)or the like) and the inverse function on any incoming bytes.classInvertibleSegmentDecorator<DECORATEE extends Segment>AInvertibleSegmentDecoratoris a transmission applying anInvertibleon outgoing bytes (as ofTransmission.transmitTo(java.io.OutputStream)or the like) and the inverse function on any incoming bytes.