C# Class CSharpRTMP.Common.InputStream

Inheritance: System.IO.MemoryStream
Show file Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
Published uint
Reader N2HBinaryReader

Public Methods

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

Method Details

Ignore() public method

public Ignore ( uint size ) : void
size uint
return void

InputStream() public method

public InputStream ( ) : System
return System

Recycle() public method

public Recycle ( bool force = false ) : void
force bool
return void

SetLength() public method

public SetLength ( long value ) : void
value long
return void

Property Details

Published public property

public uint Published
return uint

Reader public property

public N2HBinaryReader,CSharpRTMP.Common Reader
return N2HBinaryReader