C# Class CSharpRTMP.Common.InputStream

Inheritance: System.IO.MemoryStream
Afficher le fichier Open project: langhuihui/csharprtmp Class Usage Examples

Méthodes publiques

Свойство Type Description
Published uint
Reader N2HBinaryReader

Méthodes publiques

Méthode Description
Ignore ( uint size ) : void
InputStream ( ) : System
Recycle ( bool force = false ) : void
SetLength ( long value ) : void

Method Details

Ignore() public méthode

public Ignore ( uint size ) : void
size uint
Résultat void

InputStream() public méthode

public InputStream ( ) : System
Résultat System

Recycle() public méthode

public Recycle ( bool force = false ) : void
force bool
Résultat void

SetLength() public méthode

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

Property Details

Published public_oe property

public uint Published
Résultat uint

Reader public_oe property

public N2HBinaryReader,CSharpRTMP.Common Reader
Résultat N2HBinaryReader