Skip to content

Instantly share code, notes, and snippets.

@jbogard
Created February 4, 2014 14:12
Show Gist options
  • Save jbogard/8804310 to your computer and use it in GitHub Desktop.
Save jbogard/8804310 to your computer and use it in GitHub Desktop.
public override void Write(byte[] buffer, int offset, int count)
{
_memStream.Write(buffer, offset, count);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment