Table of Contents

Class MemoryInputStream

Namespace
Enterprises.Org.BouncyCastle.Utilities.IO
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class MemoryInputStream : MemoryStream, IDisposable, IAsyncDisposable
Inheritance
MemoryInputStream
Implements
Inherited Members

Constructors

MemoryInputStream(byte[])

public MemoryInputStream(byte[] buffer)

Parameters

buffer byte[]

Properties

CanWrite

public override sealed bool CanWrite { get; }

Property Value

bool