  | MemoryBufferStreamReset Method  | 
 
            Resets the stream to use a new buffer.
            
 
    Namespace: 
   Ookii.Jumbo.IO
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
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
 - Type: SystemByte
The buffer. - offset
 - Type: SystemInt32
The offset. - count
 - Type: SystemInt32
The count. 
See Also