C# 클래스 openCrypto.TLS.BitConverterBE

파일 보기 프로젝트 열기: kazuki/opencrypto-tls 1 사용 예제들

공개 메소드들

메소드 설명
ReadUInt16 ( byte buffer, int offset ) : ushort
ReadUInt16AndMoveOffset ( byte buffer, int &offset ) : ushort
ReadUInt24 ( byte buffer, int offset ) : uint
ReadUInt24AndMoveOffset ( byte buffer, int &offset ) : uint
ReadUInt32 ( byte buffer, int offset ) : uint
ReadUInt32AndMoveOffset ( byte buffer, int &offset ) : uint
WriteUInt16 ( ushort value, byte buffer, int offset ) : int
WriteUInt24 ( uint value, byte buffer, int offset ) : int
WriteUInt32 ( uint value, byte buffer, int offset ) : int
WriteUInt64 ( ulong value, byte buffer, int offset ) : int

메소드 상세

ReadUInt16() 공개 정적인 메소드

public static ReadUInt16 ( byte buffer, int offset ) : ushort
buffer byte
offset int
리턴 ushort

ReadUInt16AndMoveOffset() 공개 정적인 메소드

public static ReadUInt16AndMoveOffset ( byte buffer, int &offset ) : ushort
buffer byte
offset int
리턴 ushort

ReadUInt24() 공개 정적인 메소드

public static ReadUInt24 ( byte buffer, int offset ) : uint
buffer byte
offset int
리턴 uint

ReadUInt24AndMoveOffset() 공개 정적인 메소드

public static ReadUInt24AndMoveOffset ( byte buffer, int &offset ) : uint
buffer byte
offset int
리턴 uint

ReadUInt32() 공개 정적인 메소드

public static ReadUInt32 ( byte buffer, int offset ) : uint
buffer byte
offset int
리턴 uint

ReadUInt32AndMoveOffset() 공개 정적인 메소드

public static ReadUInt32AndMoveOffset ( byte buffer, int &offset ) : uint
buffer byte
offset int
리턴 uint

WriteUInt16() 공개 정적인 메소드

public static WriteUInt16 ( ushort value, byte buffer, int offset ) : int
value ushort
buffer byte
offset int
리턴 int

WriteUInt24() 공개 정적인 메소드

public static WriteUInt24 ( uint value, byte buffer, int offset ) : int
value uint
buffer byte
offset int
리턴 int

WriteUInt32() 공개 정적인 메소드

public static WriteUInt32 ( uint value, byte buffer, int offset ) : int
value uint
buffer byte
offset int
리턴 int

WriteUInt64() 공개 정적인 메소드

public static WriteUInt64 ( ulong value, byte buffer, int offset ) : int
value ulong
buffer byte
offset int
리턴 int