C# Class GSF.IO.Unmanaged.UnmanagedMemoryStream

Provides a in memory stream that allocates its own unmanaged memory
Inheritance: UnmanagedMemoryStreamCore, ISupportsBinaryStream
Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CreateBinaryStream ( ) : BinaryStreamBase

Creates a new binary from an IO session

CreateIoSession ( ) : BinaryStreamIoSessionBase

Aquire an IO Session.

UnmanagedMemoryStream ( int allocationSize = 4096 )

Create a new UnmanagedMemoryStream that allocates its own unmanaged memory.

Method Details

CreateBinaryStream() public méthode

Creates a new binary from an IO session
public CreateBinaryStream ( ) : BinaryStreamBase
Résultat BinaryStreamBase

CreateIoSession() public méthode

Aquire an IO Session.
public CreateIoSession ( ) : BinaryStreamIoSessionBase
Résultat BinaryStreamIoSessionBase

UnmanagedMemoryStream() public méthode

Create a new UnmanagedMemoryStream that allocates its own unmanaged memory.
public UnmanagedMemoryStream ( int allocationSize = 4096 )
allocationSize int