Click or drag to resize

MemoryStreamTool Class

Memory stream utilities.
Inheritance Hierarchy
SystemObject
  MicaSystems.UtilsMemoryStreamTool

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static class MemoryStreamTool

The MemoryStreamTool type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAppend(MemoryStream, Byte)
Write a byte array to a memory stream.
Public methodStatic memberAppend(MemoryStream, String)
Write a string to in a memory stream.
Public methodStatic memberClone
Used to return a freely editable memorystream with the content of the given stream.
Public methodStatic memberWriteStream(MemoryStream, Stream)
Write a stream to another stream.
Public methodStatic memberWriteStream(MemoryStream, Stream, Boolean)
Write a stream to another stream.
Public methodStatic memberWriteToDisk(MemoryStream, String)
Calls write to disk with truncate value as false.
Public methodStatic memberWriteToDisk(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
Top
See Also