C# 클래스 PeerCastStation.UI.PortMapper.BinaryAccessor

파일 보기 프로젝트 열기: kumaryu/peercaststation 1 사용 예제들

공개 메소드들

메소드 설명
GetByte ( byte bytes, int offset ) : byte
GetIPv4AddressBE ( byte bytes, int offset ) : IPAddress
GetUInt16BE ( byte bytes, int offset ) : int
GetUInt32BE ( byte bytes, int offset ) : long
PutByte ( byte bytes, int offset, byte value ) : void
PutUInt16BE ( byte bytes, int offset, int value ) : void
PutUInt32BE ( byte bytes, int offset, long value ) : void

메소드 상세

GetByte() 정적인 공개 메소드

static public GetByte ( byte bytes, int offset ) : byte
bytes byte
offset int
리턴 byte

GetIPv4AddressBE() 정적인 공개 메소드

static public GetIPv4AddressBE ( byte bytes, int offset ) : IPAddress
bytes byte
offset int
리턴 System.Net.IPAddress

GetUInt16BE() 정적인 공개 메소드

static public GetUInt16BE ( byte bytes, int offset ) : int
bytes byte
offset int
리턴 int

GetUInt32BE() 정적인 공개 메소드

static public GetUInt32BE ( byte bytes, int offset ) : long
bytes byte
offset int
리턴 long

PutByte() 정적인 공개 메소드

static public PutByte ( byte bytes, int offset, byte value ) : void
bytes byte
offset int
value byte
리턴 void

PutUInt16BE() 정적인 공개 메소드

static public PutUInt16BE ( byte bytes, int offset, int value ) : void
bytes byte
offset int
value int
리턴 void

PutUInt32BE() 정적인 공개 메소드

static public PutUInt32BE ( byte bytes, int offset, long value ) : void
bytes byte
offset int
value long
리턴 void