stream-cache

WebJar for stream-cache

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

stream-cache
Последняя версия

Последняя версия

0.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

stream-cache
WebJar for stream-cache
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/felixge/node-stream-cache

Скачать stream-cache

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/stream-cache/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>stream-cache</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/stream-cache/
implementation 'org.webjars.npm:stream-cache:0.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/stream-cache/
implementation ("org.webjars.npm:stream-cache:0.0.2")
'org.webjars.npm:stream-cache:jar:0.0.2'
<dependency org="org.webjars.npm" name="stream-cache" rev="0.0.2">
  <artifact name="stream-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='stream-cache', version='0.0.2')
)
libraryDependencies += "org.webjars.npm" % "stream-cache" % "0.0.2"
[org.webjars.npm/stream-cache "0.0.2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

node-stream-cache

A simple way to cache and replay readable streams.

Usage

var StreamCache = require('stream-cache');
var fs          = require('fs');

var cache = new StreamCache();
fs.createReadStream(__filename).pipe(cache);

// Cache can now be piped anywhere, even before the readable stream finishes.
cache.pipe(process.stdout);

Версии библиотеки

Версия
0.0.2