BlockAllocatedMemoryStream(Int32) Constructor
Namespace: Gemstone.IOAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.147 -- Release Build+759c9d29b79c81f10905de8f58b653be932045f0
public BlockAllocatedMemoryStream(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
BlockAllocatedMemoryStream(
int capacity
)
Gemstone.IO.BlockAllocatedMemoryStream = function(capacity);
Parameters
- capacity Int32
- Initial length of the stream.