StreamContainerSave Method

Overload List
  NameDescription
Public methodSave(Stream)
Saves (copies) the stream's data to the specified stream. Uses default buffer size ReadWriteBytesCount and stream Length value.
Public methodSave(String)
Saves (copies) the stream's data to the specified stream. Uses default buffer size ReadWriteBytesCount and stream Length value.
Public methodSave(Stream, Int32)
Saves (copies) all the stream's data to the specified stream. Uses stream Length value.
Public methodSave(String, Int32)
Saves (copies) the stream's data to the specified stream. Uses stream Length value.
Public methodSave(Stream, Int32, Int64)
Saves (copies) the stream's data to the specified stream.
Public methodSave(String, Int32, Int64)
Saves (copies) the stream's data to the specified stream.
See Also