An NDoc Documented Class Library

SmartMemoryStream Properties

The properties of the SmartMemoryStream class are listed below. For a complete list of SmartMemoryStream class members, see the SmartMemoryStream Members topic.

Public Static Properties

MinimumRequiredSize Gets or sets the minum size that a buffer must have to be recycled to the BufferManager class. Defaultvalue is LargeObjectTreshold.

Public Instance Properties

CanRead Returns, whether reading is possible on this stream. Always true for this claas.
CanSeek Returns, whether seeking is possible on this stream. Always true for this claas.
CanWrite Returns, whether writing is possible on this stream. Always true for this claas.
Capacity Returns the capacity of the stream in bytes.
Length Returns the length of this stream in bytes. See Length
Position Gets or sets the actual position within the stream. See Position

See Also

SmartMemoryStream Class | InfiniTec.SystemUtilities Namespace