C# 클래스 CSharpRTMP.Common.IOHelper

파일 보기 프로젝트 열기: langhuihui/csharprtmp

공개 메소드들

메소드 설명
Read7BitLongValue ( this s ) : ulong
Read7BitValue ( this s ) : uint
Read7BitValue ( this buffer, int offset ) : uint
ReadUInt ( this s ) : uint
ReadUInt ( this buffer, int offset ) : uint
ReadUShort ( this s ) : ushort
ReadUShort ( this buffer, int offset ) : ushort
Write ( this buffer, int offset, string value ) : void
Write ( this buffer, int offset, uint value ) : void
Write ( this buffer, int offset, ulong value ) : void
Write ( this buffer, int offset, ushort value ) : void
Write ( this s, string str ) : void
Write ( this s, uint value ) : void
Write ( this s, ushort value ) : void
Write24 ( this s, uint value ) : void
WriteLittleEndian ( this s, uint value ) : void

메소드 상세

Read7BitLongValue() 공개 정적인 메소드

public static Read7BitLongValue ( this s ) : ulong
s this
리턴 ulong

Read7BitValue() 공개 정적인 메소드

public static Read7BitValue ( this s ) : uint
s this
리턴 uint

Read7BitValue() 공개 정적인 메소드

public static Read7BitValue ( this buffer, int offset ) : uint
buffer this
offset int
리턴 uint

ReadUInt() 공개 정적인 메소드

public static ReadUInt ( this s ) : uint
s this
리턴 uint

ReadUInt() 공개 정적인 메소드

public static ReadUInt ( this buffer, int offset ) : uint
buffer this
offset int
리턴 uint

ReadUShort() 공개 정적인 메소드

public static ReadUShort ( this s ) : ushort
s this
리턴 ushort

ReadUShort() 공개 정적인 메소드

public static ReadUShort ( this buffer, int offset ) : ushort
buffer this
offset int
리턴 ushort

Write() 공개 정적인 메소드

public static Write ( this buffer, int offset, string value ) : void
buffer this
offset int
value string
리턴 void

Write() 공개 정적인 메소드

public static Write ( this buffer, int offset, uint value ) : void
buffer this
offset int
value uint
리턴 void

Write() 공개 정적인 메소드

public static Write ( this buffer, int offset, ulong value ) : void
buffer this
offset int
value ulong
리턴 void

Write() 공개 정적인 메소드

public static Write ( this buffer, int offset, ushort value ) : void
buffer this
offset int
value ushort
리턴 void

Write() 공개 정적인 메소드

public static Write ( this s, string str ) : void
s this
str string
리턴 void

Write() 공개 정적인 메소드

public static Write ( this s, uint value ) : void
s this
value uint
리턴 void

Write() 공개 정적인 메소드

public static Write ( this s, ushort value ) : void
s this
value ushort
리턴 void

Write24() 공개 정적인 메소드

public static Write24 ( this s, uint value ) : void
s this
value uint
리턴 void

WriteLittleEndian() 공개 정적인 메소드

public static WriteLittleEndian ( this s, uint value ) : void
s this
value uint
리턴 void