Class ByteArrayReceiver

  • All Implemented Interfaces:
    org.refcodes.component.Closable, org.refcodes.component.Closable.CloseAutomaton, org.refcodes.component.ClosedAccessor, org.refcodes.component.ConnectableComponent, org.refcodes.component.ConnectableComponent.ConnectableAutomaton, org.refcodes.component.ConnectionStatusAccessor, org.refcodes.component.OpenedAccessor, Availability, ByteDestination, ByteReceiver, BytesDestination, BytesReceiver, Receivable, Skippable, TimeoutInputStreamAccessor, org.refcodes.mixin.InputStreamAccessor, org.refcodes.mixin.Loggable, org.refcodes.struct.ByteArrayAccessor

    public class ByteArrayReceiver
    extends AbstractBytesReceiver
    implements BytesReceiver, org.refcodes.struct.ByteArrayAccessor
    The Class ByteArrayReceiver.
    • Constructor Detail

      • ByteArrayReceiver

        public ByteArrayReceiver​(byte[] aDatagrams)
        Instantiates a new byte array receiver impl.
        Parameters:
        aDatagrams - the datagrams
      • ByteArrayReceiver

        public ByteArrayReceiver​(List<Byte> aDatagrams)
        Instantiates a new byte array receiver impl.
        Parameters:
        aDatagrams - the datagrams
    • Method Detail

      • getBytes

        public byte[] getBytes()
        Specified by:
        getBytes in interface org.refcodes.struct.ByteArrayAccessor