StreamContainerSave Method |
Name | Description | |
---|---|---|
![]() | Save(Stream) |
Saves (copies) the stream's data to the specified stream. Uses default buffer size ReadWriteBytesCount and stream Length value.
|
![]() | Save(String) |
Saves (copies) the stream's data to the specified stream. Uses default buffer size ReadWriteBytesCount and stream Length value.
|
![]() | Save(Stream, Int32) |
Saves (copies) all the stream's data to the specified stream. Uses stream Length value.
|
![]() | Save(String, Int32) |
Saves (copies) the stream's data to the specified stream. Uses stream Length value.
|
![]() | Save(Stream, Int32, Int64) |
Saves (copies) the stream's data to the specified stream.
|
![]() | Save(String, Int32, Int64) |
Saves (copies) the stream's data to the specified stream.
|