The properties of the SmartMemoryStream class are listed below. For a complete list of SmartMemoryStream class members, see the SmartMemoryStream Members topic.
![]() MinimumRequiredSize | Gets or sets the minum size that a buffer must have to be recycled to the BufferManager class. Defaultvalue is LargeObjectTreshold. |
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 |
SmartMemoryStream Class | InfiniTec.SystemUtilities Namespace