Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
CSharpRTMP
Common
InputStream
C# Class CSharpRTMP.Common.InputStream
Inheritance:
System.IO.MemoryStream
显示文件
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_oe property
public
uint
Published
return
uint
Reader
public_oe property
public
N2HBinaryReader,CSharpRTMP.Common
Reader
return
N2HBinaryReader