C# Класс CSharpRTMP.Common.IOHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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