• Home
  • API Documentation
Show / Hide Table of Contents
  • McStreamy
    • ByteArrayExtensions
      • ToStream
    • NonClosingStreamAdapter
      • CanRead
      • CanSeek
      • CanTimeout
      • CanWrite
      • Dispose
      • Flush
      • Length
      • NonClosingStreamAdapter
      • Position
      • Read
      • ReadByte
      • ReadTimeout
      • Seek
      • SetLength
      • ToString
      • Write
      • WriteByte
      • WriteTimeout
    • StreamExtensions
      • ReadAllBytes
      • ReadAllBytesAsync
      • ReadAsString
      • ReadAsStringAsync
      • WriteAllBytes
      • WriteAllBytesAsync
    • StringExtensions
      • ToStream

Namespace McStreamy

Classes

ByteArrayExtensions

Extension methods for byte arrays.

NonClosingStreamAdapter

NonClosingStreamAdapter wraps an existing stream instance and passes through all calls except for Dispose(Boolean), which is ignored. This is useful when you must pass a stream to another component that insists on closing the stream under various conditions, but you want to retain access to the stream after you're done with that component.

StreamExtensions

Extension methods for streams.

StringExtensions

Extension methods for strings.

Back to top Copyright (c) 2017 Troy Willmot