My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
T_MongoDB_Driver_IO_StreamUtil  
API documentation for the StreamUtil type
WikiDoc, Type
Updated Jun 8, 2010 by ee.devf...@gmail.com

Summary

Collection of utility methods which operate on streams. (With C# 3.0, these could well become extension methods on Stream.)

Members

Methods

Copy

Copy

Copy

ReadExactly

ReadExactly

ReadExactly

ReadExactly

ReadFully

ReadFully

ReadFully

void Copy(Stream input, Stream output)
void Copy(Stream input, Stream output, byte buffer)
void Copy(Stream input, Stream output, int bufferSize)
void Copy(Stream input, Stream output)
void Copy(Stream input, Stream output, byte buffer)
void Copy(Stream input, Stream output, int bufferSize)
void Copy(Stream input, Stream output)
void Copy(Stream input, Stream output, byte buffer)
void Copy(Stream input, Stream output, int bufferSize)
byte ReadExactly(Stream input, byte buffer)
byte ReadExactly(Stream input, byte buffer, int bytesToRead)
byte ReadExactly(Stream input, byte buffer, int startIndex, int bytesToRead)
byte ReadExactly(Stream input, int bytesToRead)
byte ReadExactly(Stream input, byte buffer)
byte ReadExactly(Stream input, byte buffer, int bytesToRead)
byte ReadExactly(Stream input, byte buffer, int startIndex, int bytesToRead)
byte ReadExactly(Stream input, int bytesToRead)
byte ReadExactly(Stream input, byte buffer)
byte ReadExactly(Stream input, byte buffer, int bytesToRead)
byte ReadExactly(Stream input, byte buffer, int startIndex, int bytesToRead)
byte ReadExactly(Stream input, int bytesToRead)
byte ReadExactly(Stream input, byte buffer)
byte ReadExactly(Stream input, byte buffer, int bytesToRead)
byte ReadExactly(Stream input, byte buffer, int startIndex, int bytesToRead)
byte ReadExactly(Stream input, int bytesToRead)
byte ReadFully(Stream input)
byte ReadFully(Stream input, byte buffer)
byte ReadFully(Stream input, int bufferSize)
byte ReadFully(Stream input)
byte ReadFully(Stream input, byte buffer)
byte ReadFully(Stream input, int bufferSize)
byte ReadFully(Stream input)
byte ReadFully(Stream input, byte buffer)
byte ReadFully(Stream input, int bufferSize)


Sign in to add a comment
Powered by Google Project Hosting