C# 클래스 CSharpRTMP.Common.InputStream

상속: System.IO.MemoryStream
파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Published uint
Reader N2HBinaryReader

공개 메소드들

메소드 설명
Ignore ( uint size ) : void
InputStream ( ) : System
Recycle ( bool force = false ) : void
SetLength ( long value ) : void

메소드 상세

Ignore() 공개 메소드

public Ignore ( uint size ) : void
size uint
리턴 void

InputStream() 공개 메소드

public InputStream ( ) : System
리턴 System

Recycle() 공개 메소드

public Recycle ( bool force = false ) : void
force bool
리턴 void

SetLength() 공개 메소드

public SetLength ( long value ) : void
value long
리턴 void

프로퍼티 상세

Published 공개적으로 프로퍼티

public uint Published
리턴 uint

Reader 공개적으로 프로퍼티

public N2HBinaryReader,CSharpRTMP.Common Reader
리턴 N2HBinaryReader