Skip to content

mikanda/string-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StringStream for node.js

This package provides classes to work with strings in a streaming way.

Installation

npm install string-stream

Api

Readable()

Implements a readable stream interface to a string or a buffer.

Readable.read(n:Number)

Reads the given n bytes from the stream.

Readable.pipe(dest:Buffer)

Not quite sure if it is necessary to implement the pipe method. But the piping with the core method doesn't work.

About

A simple string streaming interface for node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published