  | MemoryBufferStreamReset Method | 
            Resets the stream to use a new buffer.
            
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic void Reset(
	byte[]? buffer,
	int offset,
	int count
)
Public Sub Reset ( 
	buffer As Byte(),
	offset As Integer,
	count As Integer
)
public:
void Reset(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
)
member Reset : 
        buffer : byte[] * 
        offset : int * 
        count : int -> unit Parameters
- buffer  Byte
 - The buffer.
 - offset  Int32
 - The offset.
 - count  Int32
 - The count.
 
See Also