C# Class CSharpRTMP.Common.IOHelper

Afficher le fichier Open project: langhuihui/csharprtmp

Méthodes publiques

Méthode 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 méthode

public static Read7BitLongValue ( this s ) : ulong
s this
Résultat ulong

Read7BitValue() public static méthode

public static Read7BitValue ( this s ) : uint
s this
Résultat uint

Read7BitValue() public static méthode

public static Read7BitValue ( this buffer, int offset ) : uint
buffer this
offset int
Résultat uint

ReadUInt() public static méthode

public static ReadUInt ( this s ) : uint
s this
Résultat uint

ReadUInt() public static méthode

public static ReadUInt ( this buffer, int offset ) : uint
buffer this
offset int
Résultat uint

ReadUShort() public static méthode

public static ReadUShort ( this s ) : ushort
s this
Résultat ushort

ReadUShort() public static méthode

public static ReadUShort ( this buffer, int offset ) : ushort
buffer this
offset int
Résultat ushort

Write() public static méthode

public static Write ( this buffer, int offset, string value ) : void
buffer this
offset int
value string
Résultat void

Write() public static méthode

public static Write ( this buffer, int offset, uint value ) : void
buffer this
offset int
value uint
Résultat void

Write() public static méthode

public static Write ( this buffer, int offset, ulong value ) : void
buffer this
offset int
value ulong
Résultat void

Write() public static méthode

public static Write ( this buffer, int offset, ushort value ) : void
buffer this
offset int
value ushort
Résultat void

Write() public static méthode

public static Write ( this s, string str ) : void
s this
str string
Résultat void

Write() public static méthode

public static Write ( this s, uint value ) : void
s this
value uint
Résultat void

Write() public static méthode

public static Write ( this s, ushort value ) : void
s this
value ushort
Résultat void

Write24() public static méthode

public static Write24 ( this s, uint value ) : void
s this
value uint
Résultat void

WriteLittleEndian() public static méthode

public static WriteLittleEndian ( this s, uint value ) : void
s this
value uint
Résultat void