Class RawDecoder

  • All Implemented Interfaces:
    IDecoder

    public class RawDecoder
    extends java.lang.Object
    implements IDecoder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.nio.ByteBuffer buffer  
      protected Msg inProgress  
    • Constructor Summary

      Constructors 
      Constructor Description
      RawDecoder​(int bufsize)  
    • Field Detail

      • buffer

        private final java.nio.ByteBuffer buffer
      • inProgress

        protected Msg inProgress
    • Constructor Detail

      • RawDecoder

        public RawDecoder​(int bufsize)