Esempio n. 1
0
 encoderGetBytesMixedInput(encoder, c, 2, asciiSize, unicodeSize0, unicodeSize1);
Esempio n. 2
0
 public EncoderBuffer(encoder value) => m_value = value;
Esempio n. 3
0
 public taggedEncoder(array <byte> scratch = default, encoder tag = default, encoder body = default)
 {
     this.scratch = scratch;
     this.tag     = tag;
     this.body    = body;
 }