Skip to content

Titanium.Stream.CreateStreamArgs

Argument passed to createStream.

Since: 1.7 · Platforms: android, iphone, ipad, macos

Properties #

mode#

Type: Number

Mode to open the stream in.

For Blob objects, only MODE_READ is supported.

source#

Type: Titanium.Blob, Titanium.Buffer

Object that the stream will read from or write to.

Titanium SDK Documentation