Core.IO.Stream.StreamUtil Class Reference
Summary description for
StreamUtil.
More...
List of all members.
|
Public Member Functions |
| | StreamUtil () |
Static Public Member Functions |
| static byte[] | GetStreamBytes (System.IO.Stream stream) |
| static void | CopyStream (System.IO.Stream input, System.IO.Stream output) |
| static void | CopyStream (System.IO.Stream input, System.IO.Stream output, bool flush) |
Public Attributes |
| const int | BUFFER_SIZE = 32768 |
Detailed Description
Summary description for
StreamUtil.
Constructor & Destructor Documentation
| Core.IO.Stream.StreamUtil.StreamUtil |
( |
|
) |
|
Member Function Documentation
| static byte [] Core.IO.Stream.StreamUtil.GetStreamBytes |
( |
System.IO.Stream |
stream |
) |
[static] |
| static void Core.IO.Stream.StreamUtil.CopyStream |
( |
System.IO.Stream |
input, |
|
|
System.IO.Stream |
output | |
|
) |
| | [static] |
| static void Core.IO.Stream.StreamUtil.CopyStream |
( |
System.IO.Stream |
input, |
|
|
System.IO.Stream |
output, |
|
|
bool |
flush | |
|
) |
| | [static] |
Member Data Documentation
The documentation for this class was generated from the following file: