Class ByteArrayReceiverImpl

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.refcodes.structure.ByteArrayAccessor

        org.refcodes.structure.ByteArrayAccessor.ByteArrayBuilder<B extends org.refcodes.structure.ByteArrayAccessor.ByteArrayBuilder<B>>, org.refcodes.structure.ByteArrayAccessor.ByteArrayMutator, org.refcodes.structure.ByteArrayAccessor.ByteArrayProperty
      • Nested classes/interfaces inherited from interface org.refcodes.component.Closable

        org.refcodes.component.Closable.CloseAutomaton, org.refcodes.component.Closable.CloseBuilder<B extends org.refcodes.component.Closable.CloseBuilder<B>>
      • Nested classes/interfaces inherited from interface org.refcodes.component.ClosedAccessor

        org.refcodes.component.ClosedAccessor.ClosedMutator, org.refcodes.component.ClosedAccessor.ClosedProperty
      • Nested classes/interfaces inherited from interface org.refcodes.component.ConnectableComponent

        org.refcodes.component.ConnectableComponent.ConnectableAutomaton
      • Nested classes/interfaces inherited from interface org.refcodes.component.ConnectionStatusAccessor

        org.refcodes.component.ConnectionStatusAccessor.ConnectionStatusMutator, org.refcodes.component.ConnectionStatusAccessor.ConnectionStatusProperty
      • Nested classes/interfaces inherited from interface org.refcodes.component.OpenedAccessor

        org.refcodes.component.OpenedAccessor.OpenedMutator, org.refcodes.component.OpenedAccessor.OpenedProperty
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteArrayReceiverImpl​(byte[] aDatagrams)
      Instantiates a new byte array receiver impl.
      ByteArrayReceiverImpl​(java.util.List<java.lang.Byte> aDatagrams)
      Instantiates a new byte array receiver impl.
    • Constructor Detail

      • ByteArrayReceiverImpl

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

        public ByteArrayReceiverImpl​(java.util.List<java.lang.Byte> aDatagrams)
        Instantiates a new byte array receiver impl.
        Parameters:
        aDatagrams - the datagrams