Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97925449
WritableStream.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jan 7, 15:28
Size
557 B
Mime Type
text/x-java
Expires
Thu, Jan 9, 15:28 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23442034
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
WritableStream.d.ts
View Options
/// <reference types="node" />
import { Handler, ParserOptions } from "./Parser";
import { Writable } from "stream";
/**
* WritableStream makes the `Parser` interface available as a NodeJS stream.
*
* @see Parser
*/
export declare class WritableStream extends Writable {
private readonly _parser;
private readonly _decoder;
constructor(cbs: Partial<Handler>, options?: ParserOptions);
_write(chunk: string | Buffer, encoding: string, cb: () => void): void;
_final(cb: () => void): void;
}
//# sourceMappingURL=WritableStream.d.ts.map
Event Timeline
Log In to Comment