Exemple #1
0
 public Iter(reorderBuffer rb = default, array <byte> buf = default, Properties info = default, iterFunc next = default, iterFunc asciiF = default, long p = default, slice <byte> multiSeg = default)
 {
     this.rb       = rb;
     this.buf      = buf;
     this.info     = info;
     this.next     = next;
     this.asciiF   = asciiF;
     this.p        = p;
     this.multiSeg = multiSeg;
 }
 public normReader(reorderBuffer rb = default, io.Reader r = default, slice <byte> inbuf = default, slice <byte> outbuf = default, long bufStart = default, long lastBoundary = default, error err = default)
 {
     this.rb           = rb;
     this.r            = r;
     this.inbuf        = inbuf;
     this.outbuf       = outbuf;
     this.bufStart     = bufStart;
     this.lastBoundary = lastBoundary;
     this.err          = err;
 }
 public normWriter(reorderBuffer rb = default, io.Writer w = default, slice <byte> buf = default)
 {
     this.rb  = rb;
     this.w   = w;
     this.buf = buf;
 }