C# Class CSharpRTMP.Common.StreamUtil

Afficher le fichier Open project: langhuihui/csharprtmp

Méthodes publiques

Méthode Description
CopyDataTo ( this source, Stream target, int length ) : void
CopyPartTo ( this source, Stream target, int length ) : void
Dump ( this s ) : string
GetAvaliableByteCounts ( this s ) : long
IgnoreAll ( this s ) : void
Recycle ( this s ) : void

Method Details

CopyDataTo() public static méthode

public static CopyDataTo ( this source, Stream target, int length ) : void
source this
target Stream
length int
Résultat void

CopyPartTo() public static méthode

public static CopyPartTo ( this source, Stream target, int length ) : void
source this
target Stream
length int
Résultat void

Dump() public static méthode

public static Dump ( this s ) : string
s this
Résultat string

GetAvaliableByteCounts() public static méthode

public static GetAvaliableByteCounts ( this s ) : long
s this
Résultat long

IgnoreAll() public static méthode

public static IgnoreAll ( this s ) : void
s this
Résultat void

Recycle() public static méthode

public static Recycle ( this s ) : void
s this
Résultat void