C# 클래스 Gablarski.ByteArrayExtensions

파일 보기 프로젝트 열기: ermau/Gablarski

공개 메소드들

메소드 설명
ReadInt16 ( this self, int &position ) : Int16
ReadInt32 ( this self, int &position ) : Int32
ReadInt64 ( this self, int &position ) : System.Int64
ReadUInt16 ( this self, int &position ) : UInt16
ReadUInt32 ( this self, int &position ) : UInt32
ReadUInt64 ( this self, int &position ) : System.UInt64

메소드 상세

ReadInt16() 공개 정적인 메소드

public static ReadInt16 ( this self, int &position ) : Int16
self this
position int
리턴 System.Int16

ReadInt32() 공개 정적인 메소드

public static ReadInt32 ( this self, int &position ) : Int32
self this
position int
리턴 System.Int32

ReadInt64() 공개 정적인 메소드

public static ReadInt64 ( this self, int &position ) : System.Int64
self this
position int
리턴 System.Int64

ReadUInt16() 공개 정적인 메소드

public static ReadUInt16 ( this self, int &position ) : UInt16
self this
position int
리턴 System.UInt16

ReadUInt32() 공개 정적인 메소드

public static ReadUInt32 ( this self, int &position ) : UInt32
self this
position int
리턴 System.UInt32

ReadUInt64() 공개 정적인 메소드

public static ReadUInt64 ( this self, int &position ) : System.UInt64
self this
position int
리턴 System.UInt64