메소드 | 설명 | |
---|---|---|
CreateInt16 ( |
||
CreateInt32 ( |
||
CreateInt64 ( System.Int64 int64 ) : Byte[] | ||
CreateUInt16 ( |
||
CreateUInt32 ( |
||
CreateUInt64 ( System.UInt64 uint64 ) : Byte[] | ||
ReadInt16 ( Byte byteArray, int startIndex ) : |
||
ReadInt32 ( Byte byteArray, int startIndex ) : |
||
ReadInt64 ( Byte byteArray, int startIndex ) : System.Int64 | ||
ReadUInt16 ( Byte byteArray, int startIndex ) : |
||
ReadUInt32 ( Byte byteArray, int startIndex ) : |
||
ReadUInt64 ( Byte byteArray, int startIndex ) : System.UInt64 |
public static CreateInt16 ( |
||
int16 | ||
리턴 | Byte[] |
public static CreateInt32 ( |
||
int32 | ||
리턴 | Byte[] |
public static CreateInt64 ( System.Int64 int64 ) : Byte[] | ||
int64 | System.Int64 | |
리턴 | Byte[] |
public static CreateUInt16 ( |
||
uint16 | ||
리턴 | Byte[] |
public static CreateUInt32 ( |
||
uint32 | ||
리턴 | Byte[] |
public static CreateUInt64 ( System.UInt64 uint64 ) : Byte[] | ||
uint64 | System.UInt64 | |
리턴 | Byte[] |
public static ReadInt16 ( Byte byteArray, int startIndex ) : |
||
byteArray | Byte | |
startIndex | int | |
리턴 |
public static ReadInt32 ( Byte byteArray, int startIndex ) : |
||
byteArray | Byte | |
startIndex | int | |
리턴 |
public static ReadInt64 ( Byte byteArray, int startIndex ) : System.Int64 | ||
byteArray | Byte | |
startIndex | int | |
리턴 | System.Int64 |
public static ReadUInt16 ( Byte byteArray, int startIndex ) : |
||
byteArray | Byte | |
startIndex | int | |
리턴 |
public static ReadUInt32 ( Byte byteArray, int startIndex ) : |
||
byteArray | Byte | |
startIndex | int | |
리턴 |
public static ReadUInt64 ( Byte byteArray, int startIndex ) : System.UInt64 | ||
byteArray | Byte | |
startIndex | int | |
리턴 | System.UInt64 |