Version: 
        
      
      
      
      SlimMemoryStream Class
  Inheritance Hierarchy
  
    - object- System.MarshalByRefObject- System.IO.Stream- Inedo.IO.SlimMemoryStream
 
 
 
 
  Syntax
  
    public
    class
    SlimMemoryStream : System.IO.Stream, System.IDisposable
 
  
  
  
    Methods
    
      
        |  | Name | Description | 
      
        |  | CopyTo(System.IO.Stream destination) |  | 
      
        |  | CopyTo(byte[] buffer, int offset) |  | 
      
        |  | CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) |  | 
      
        |  | Dispose(bool disposing) |  | 
      
        |  | Flush |  | 
      
        |  | FlushAsync(System.Threading.CancellationToken cancellationToken) |  | 
      
        |  | Read(byte[] buffer, int offset, int count) |  | 
      
        |  | ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) |  | 
      
        |  | ReadByte |  | 
      
        |  | Seek(long offset, System.IO.SeekOrigin origin) |  | 
      
        |  | SetLength(long value) |  | 
      
        |  | ToArray |  | 
      
        |  | Write(byte[] buffer, int offset, int count) |  | 
      
        |  | WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) |  | 
      
        |  | WriteByte(byte value) |  |