C# 클래스 Paymetheus.Bitcoin.Util.LittleEndian

파일 보기 프로젝트 열기: btcsuite/Paymetheus

공개 메소드들

메소드 설명
ToInt16 ( byte array, int offset ) : short
ToInt32 ( byte array, int offset ) : int
ToInt64 ( byte array, int offset ) : long
ToUInt16 ( byte array, int offset ) : ushort
ToUInt32 ( byte array, int offset ) : uint
ToUInt64 ( byte array, int offset ) : ulong
WriteInt16 ( byte array, int offset, short value ) : void
WriteInt32 ( byte array, int offset, int value ) : void
WriteInt64 ( byte array, int offset, long value ) : void
WriteUInt16 ( byte array, int offset, ushort value ) : void
WriteUInt32 ( byte array, int offset, uint value ) : void
WriteUInt64 ( byte array, int offset, ulong value ) : void

비공개 메소드들

메소드 설명
BoundsCheck ( byte array, int offset, int fieldLength ) : void

메소드 상세

ToInt16() 공개 정적인 메소드

public static ToInt16 ( byte array, int offset ) : short
array byte
offset int
리턴 short

ToInt32() 공개 정적인 메소드

public static ToInt32 ( byte array, int offset ) : int
array byte
offset int
리턴 int

ToInt64() 공개 정적인 메소드

public static ToInt64 ( byte array, int offset ) : long
array byte
offset int
리턴 long

ToUInt16() 공개 정적인 메소드

public static ToUInt16 ( byte array, int offset ) : ushort
array byte
offset int
리턴 ushort

ToUInt32() 공개 정적인 메소드

public static ToUInt32 ( byte array, int offset ) : uint
array byte
offset int
리턴 uint

ToUInt64() 공개 정적인 메소드

public static ToUInt64 ( byte array, int offset ) : ulong
array byte
offset int
리턴 ulong

WriteInt16() 공개 정적인 메소드

public static WriteInt16 ( byte array, int offset, short value ) : void
array byte
offset int
value short
리턴 void

WriteInt32() 공개 정적인 메소드

public static WriteInt32 ( byte array, int offset, int value ) : void
array byte
offset int
value int
리턴 void

WriteInt64() 공개 정적인 메소드

public static WriteInt64 ( byte array, int offset, long value ) : void
array byte
offset int
value long
리턴 void

WriteUInt16() 공개 정적인 메소드

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

WriteUInt32() 공개 정적인 메소드

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

WriteUInt64() 공개 정적인 메소드

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