MemoryMappedViewStream: SetLength

SetLength

Sets the length of the current stream.



 Public Sub SetLength(
	  ByVal Value As Currency )

Parameters

Value
[ByVal] Currency. The desired length of the current stream in bytes.

Remarks

This method is internal only, because a stream that represents a view is not considered to have a length.

Exceptions

Exception Condition
NotSupportedExceptionThe method is not supported.

See Also

Project CorLib Overview

Class MemoryMappedViewStream Overview