• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Addons
    • IAction
    • IApplicationBootstrapper
    • IAsyncShutdownAction
    • IAsyncStartupAction
    • IBootstrapper
    • IDependencyProvider
    • IMefServiceLocator
    • IModule
    • IServiceExporter
    • IServiceRepository
    • IShutdownAction
    • IShutdownMetadata
    • IShutdownModule
    • IStartupAction
    • IStartupMetadata
    • IStartupModule
    • ModuleAttribute
    • ShutdownActionAttribute
    • StartupActionAttribute
    • StartupException
  • Dapplo.Addons.Bootstrapper
    • ApplicationBootstrapper
    • CompositionBootstrapper
    • ResourceMutex
    • StartupShutdownBootstrapper
  • Dapplo.Addons.Bootstrapper.Internal
    • CompressionTypes
    • StreamExtensions
  • Dapplo.Addons.Bootstrapper.Resolving
    • AssemblyResolver
    • EmbeddedResources
    • FileLocations
    • FileTools

Class StreamExtensions

Extensions for Stream

Inheritance
System.Object
StreamExtensions
Namespace:Dapplo.Addons.Bootstrapper.Internal
Assembly:Dapplo.Addons.Bootstrapper.dll
Syntax
public static class StreamExtensions : object

Methods

| Improve this Doc View Source

ToByteArray(Stream)

Create a byte array for the stream

Declaration
public static byte[] ToByteArray(this Stream stream)
Parameters
Type Name Description
Stream stream

Stream

Returns
Type Description
System.Byte[]

byte array

  • Improve this Doc
  • View Source
Back to top Copyright © 2017 Dapplo