Stream buffer size.
Syntax
'Declaration
Public Const STREAM_BUFFER_SIZE As Integer
'Usage
Dim value As Integer
value = Utils.STREAM_BUFFER_SIZE
public const int STREAM_BUFFER_SIZE
public field STREAM_BUFFER_SIZE: Integer; Const
public constvar STREAM_BUFFER_SIZE : int;
public: const int STREAM_BUFFER_SIZE
public:
const int STREAM_BUFFER_SIZE
See Also