How to use the string_decoder.StringDecoder.call function in string_decoder

To help you get started, we’ve selected a few string_decoder examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ashtuchkin / iconv-lite / encodings / internal.js View on Github external
function InternalDecoder(options, codec) {
    StringDecoder.call(this, codec.enc);
}
github joshlobaptista / Barista-Fullstack / node_modules / iconv-lite / encodings / internal.js View on Github external
function InternalDecoder(options, codec) {
    StringDecoder.call(this, codec.enc);
}
github hawtio / hawtio-ui / node_modules / iconv-lite / encodings / internal.js View on Github external
function InternalDecoder(options, codec) {
    StringDecoder.call(this, codec.enc);
}
github team-re-verb / RE-VERB / server / rest / node_modules / iconv-lite / encodings / internal.js View on Github external
function InternalDecoder(options, codec) {
    StringDecoder.call(this, codec.enc);
}
github VulcanJS / vulcanjs-cli / node_modules / iconv-lite / encodings / internal.js View on Github external
function InternalDecoder(options, codec) {
    StringDecoder.call(this, codec.enc);
}
github DiedB / Homey-SolarPanels / node_modules / request / node_modules / stringstream / stringstream.js View on Github external
function AlignedStringDecoder(encoding) {
  StringDecoder.call(this, encoding)

  switch (this.encoding) {
    case 'base64':
      this.write = alignedWrite
      this.alignedBuffer = new Buffer(3)
      this.alignedBytes = 0
      break
  }
}
util.inherits(AlignedStringDecoder, StringDecoder)
github devinhalladay / devinhalladay.com / node_modules / iconv-lite / encodings / internal.js View on Github external
function InternalDecoder(options, codec) {
    StringDecoder.call(this, codec.enc);
}

string_decoder

The string_decoder module from Node core

MIT
Latest version published 5 years ago

Package Health Score

71 / 100
Full package analysis