Home Manual Reference Source Test
import PushStream from 'atscm/src/lib/gulp/PushStream.js'
public class | source

PushStream

A stream that transforms read vinyl~Files and pushes them to atvise server.

Test:

Constructor Summary

Public Constructor
public

constructor(srcStream: Stream)

Creates a new PushSteam based on a source file stream.

Public Constructors

public constructor(srcStream: Stream) source

Creates a new PushSteam based on a source file stream.

Params:

NameTypeAttributeDescription
srcStream Stream

The file stream to read from.

Test: