C# Class MyStream, shared-source-cli-2.0

Inheritance: Stream
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
BeginRead ( byte buffer, int offset, int count, AsyncCallback, callback, object state ) : IAsyncResult
BeginWrite ( byte buffer, int offset, int count, AsyncCallback, callback, object state ) : IAsyncResult
Close ( ) : void
CreateObjRef ( Type requestedType ) : ObjRef
EndRead ( IAsyncResult asyncResult ) : int
EndWrite ( IAsyncResult asyncResult ) : void
Equals ( object obj ) : bool
Flush ( ) : void
GetHashCode ( ) : int
InitializeLifetimeService ( ) : object
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
Seek ( long offset, System origin ) : long
SetLength ( long value ) : void
ToString ( ) : string
UseWaitHandle ( ) : bool
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void

Method Details

BeginRead() public méthode

public BeginRead ( byte buffer, int offset, int count, AsyncCallback, callback, object state ) : IAsyncResult
buffer byte
offset int
count int
callback AsyncCallback,
state object
Résultat IAsyncResult

BeginWrite() public méthode

public BeginWrite ( byte buffer, int offset, int count, AsyncCallback, callback, object state ) : IAsyncResult
buffer byte
offset int
count int
callback AsyncCallback,
state object
Résultat IAsyncResult

Close() public méthode

public Close ( ) : void
Résultat void

CreateObjRef() public méthode

public CreateObjRef ( Type requestedType ) : ObjRef
requestedType Type
Résultat System.Runtime.Remoting.ObjRef

EndRead() public méthode

public EndRead ( IAsyncResult asyncResult ) : int
asyncResult IAsyncResult
Résultat int

EndWrite() public méthode

public EndWrite ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Flush() public méthode

public Flush ( ) : void
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
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, System origin ) : long
offset long
origin System
Résultat long

SetLength() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

UseWaitHandle() public méthode

public UseWaitHandle ( ) : bool
Résultat bool

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