All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.scalajs.nodejs.stream.PassThrough.scala Maven / Gradle / Ivy

There is a newer version: 0.4.2
Show newest version
package io.scalajs.nodejs.stream

import scala.scalajs.js

/**
  * This is a trivial implementation of a Transform stream that simply passes the input bytes across to the output.
  * Its purpose is mainly for examples and testing, but there are occasionally use cases where it can come in handy
  * as a building block for novel sorts of streams.
  * @author [email protected]
  */
@js.native
trait PassThrough extends Transform




© 2015 - 2024 Weber Informatics LLC | Privacy Policy