Method | Description | |
---|---|---|
BinaryStreamPointerWrapper ( byte stream, int length ) : System |
Creates a BinaryStreamPointerWrapper.
|
|
UpdateLocalBuffer ( bool isWriting ) : void |
Updates the local buffer data.
|
public BinaryStreamPointerWrapper ( byte stream, int length ) : System | ||
stream | byte | the byte pointer that starts the stream |
length | int | the valid length of the pointer. |
return | System |
public UpdateLocalBuffer ( bool isWriting ) : void | ||
isWriting | bool | hints to the stream if write access is desired. |
return | void |