Class ByteStringParser$


  • public class ByteStringParser$
    extends java.lang.Object
    param: result - parser can return some element for downstream or return None if no element was generated in this step and parsing should immediately continue with the next step. param: nextStep - next parser param: acceptUpstreamFinish - if true - stream will complete when received onUpstreamFinish, if "false" - onTruncation will be called
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ByteStringParser$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Field Detail

      • MODULE$

        public static final ByteStringParser$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ByteStringParser$

        public ByteStringParser$()
    • Method Detail

      • CompactionThreshold

        public int CompactionThreshold()
      • NeedMoreData

        public java.lang.Exception NeedMoreData()