Class: BaseStream

gpf.java. BaseStream


new BaseStream(stream)

Base class wrapping Rhino streams

Parameters:
Name Type Description
stream java.io.InputStream | java.io.OutputStream

Rhino input or output stream object

Since:
  • 0.2.4

Methods


close()

Close the stream

Since:
  • 0.2.4
Returns:

Resolved when closed

Type
Promise