C# Class CSharpRTMP.Common.IOHelper

ファイルを表示 Open project: langhuihui/csharprtmp

Public Methods

Method Description
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

Method Details

Read7BitLongValue() public static method

public static Read7BitLongValue ( this s ) : ulong
s this
return ulong

Read7BitValue() public static method

public static Read7BitValue ( this s ) : uint
s this
return uint

Read7BitValue() public static method

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

ReadUInt() public static method

public static ReadUInt ( this s ) : uint
s this
return uint

ReadUInt() public static method

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

ReadUShort() public static method

public static ReadUShort ( this s ) : ushort
s this
return ushort

ReadUShort() public static method

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

Write() public static method

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

Write() public static method

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

Write() public static method

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

Write() public static method

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

Write() public static method

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

Write() public static method

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

Write() public static method

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

Write24() public static method

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

WriteLittleEndian() public static method

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