MemoryStreamTool Class |
Namespace: MicaSystems.Utils
public static class MemoryStreamTool
The MemoryStreamTool type exposes the following members.
Name | Description | |
---|---|---|
Append(MemoryStream, Byte) |
Write a byte array to a memory stream.
| |
Append(MemoryStream, String) |
Write a string to in a memory stream.
| |
Clone |
Used to return a freely editable memorystream with the content of the given stream.
| |
WriteStream(MemoryStream, Stream) |
Write a stream to another stream.
| |
WriteStream(MemoryStream, Stream, Boolean) |
Write a stream to another stream.
| |
WriteToDisk(MemoryStream, String) |
Calls write to disk with truncate value as false.
| |
WriteToDisk(MemoryStream, String, Boolean) |
If truncate is set to true and the file exist it will truncate
it otherwise it will open the output file with the openorcreate filemode
|