Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function InternalDecoder(options, codec) {
StringDecoder.call(this, codec.enc);
}
function InternalDecoder(options, codec) {
StringDecoder.call(this, codec.enc);
}
function InternalDecoder(options, codec) {
StringDecoder.call(this, codec.enc);
}
function InternalDecoder(options, codec) {
StringDecoder.call(this, codec.enc);
}
function InternalDecoder(options, codec) {
StringDecoder.call(this, codec.enc);
}
function InternalDecoder(options, codec) {
StringDecoder.call(this, codec.enc);
}
function InternalDecoder(options, codec) {
StringDecoder.call(this, codec.enc);
}
function InternalDecoder(options, codec) {
StringDecoder.call(this, codec.enc);
}
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)
function InternalDecoder(options, codec) {
StringDecoder.call(this, codec.enc);
}