C# Class System.IO.UnmanagedMemoryStream.UnmanagedMemoryStream

Inheritance: Stream
Afficher le fichier Open project: runefs/Marvin

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
Read ( [ buffer, int offset, int count ) : int
ReadByte ( ) : int
Seek ( long offset, SeekOrigin loc ) : long
SetLength ( long value ) : void
UnmanagedMemoryStream ( byte pointer, long length ) : System
UnmanagedMemoryStream ( byte pointer, long length, long capacity, FileAccess access ) : System
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Initialize ( byte pointer, long length, long capacity, FileAccess access ) : void
UnmanagedMemoryStream ( ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Initialize() protected méthode

protected Initialize ( byte pointer, long length, long capacity, FileAccess access ) : void
pointer byte
length long
capacity long
access FileAccess
Résultat void

Read() public méthode

public Read ( [ buffer, int offset, int count ) : int
buffer [
offset int
count int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

Seek() public méthode

public Seek ( long offset, SeekOrigin loc ) : long
offset long
loc SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

UnmanagedMemoryStream() protected méthode

protected UnmanagedMemoryStream ( ) : System
Résultat System

UnmanagedMemoryStream() public méthode

public UnmanagedMemoryStream ( byte pointer, long length ) : System
pointer byte
length long
Résultat System

UnmanagedMemoryStream() public méthode

public UnmanagedMemoryStream ( byte pointer, long length, long capacity, FileAccess access ) : System
pointer byte
length long
capacity long
access FileAccess
Résultat System

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void