Click or drag to resize

IStreamerSize Method

Gets the size of the stream.

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
int Size()

Return Value

Int32
he number of bytes in the stream. For a read stream it is the size of the source Blob or file, for a write stream it is the number of bytes written so far.
See Also