Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103821594
stream.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, Mar 4, 23:13
Size
413 B
Mime Type
text/x-java
Expires
Thu, Mar 6, 23:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24672730
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
stream.d.ts
View Options
/// <reference types="node" />
import { Readable } from 'stream';
import AsyncReader from '../readers/async';
import type Settings from '../settings';
export default class StreamProvider {
private readonly _root;
private readonly _settings;
protected readonly _reader: AsyncReader;
protected readonly _stream: Readable;
constructor(_root: string, _settings: Settings);
read(): Readable;
}
Event Timeline
Log In to Comment