• 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

Constructor NonClosingStreamAdapter

NonClosingStreamAdapter(Stream)

Initializes a new instance of the NonClosingStreamAdapter class wrapping the provided stream instance.

Declaration
public NonClosingStreamAdapter(Stream stream)
Parameters
Type Name Description
System.IO.Stream stream

The stream to wrap with this adapter instance.

Back to top Copyright (c) 2017 Troy Willmot