Class NSStream
Syntax
Constructors
NSStream()
Initializes a new instance of the NSStream class.
Introduced or updated in version: 7
Declaration
NSStream
Methods
GetStream()
Introduced or updated in version: 7
Declaration
Byte[]GetStream()
Returns
Type | Description |
---|---|
Byte[] |
SetStream(Byte[])
Introduced or updated in version: 7
Declaration
Void SetStream(Byte[] stream)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | stream |
Returns
Type | Description |
---|---|
Void |