PHP 8.2.30
Preview: octet_parser.js Size: 456 B
/home/byroehnu/easepay.easetack.com/node_modules/formidable/lib/octet_parser.js

var EventEmitter = require('events').EventEmitter
	, util = require('util');

function OctetParser(options){
	if(!(this instanceof OctetParser)) return new OctetParser(options);
	EventEmitter.call(this);
}

util.inherits(OctetParser, EventEmitter);

exports.OctetParser = OctetParser;

OctetParser.prototype.write = function(buffer) {
    this.emit('data', buffer);
	return buffer.length;
};

OctetParser.prototype.end = function() {
	this.emit('end');
};

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
127 B lr--r--r-- 2026-03-14 01:49:08
Edit Download
1.60 KB lrw-r--r-- 2026-02-28 11:54:48
Edit Download
13.54 KB lrw-r--r-- 2026-02-28 11:54:48
Edit Download
133 B lrw-r--r-- 2026-02-28 11:54:50
Edit Download
650 B lrw-r--r-- 2026-02-28 11:54:50
Edit Download
8.26 KB lrw-r--r-- 2026-02-28 11:54:50
Edit Download
456 B lrw-r--r-- 2026-02-28 11:54:50
Edit Download
740 B lrw-r--r-- 2026-02-28 11:54:50
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).