C# 클래스 Nethereum.ABI.Util.ByteUtil

파일 보기 프로젝트 열기: Nethereum/Nethereum

공개 프로퍼티들

프로퍼티 타입 설명
EMPTY_BYTE_ARRAY byte[]
ZERO_BYTE_ARRAY byte[]

공개 메소드들

메소드 설명
AppendByte ( byte bytes, byte b ) : byte[]

Creates a copy of bytes and appends b to the end of it

Merge ( ) : byte[]

메소드 상세

AppendByte() 공개 정적인 메소드

Creates a copy of bytes and appends b to the end of it
public static AppendByte ( byte bytes, byte b ) : byte[]
bytes byte
b byte
리턴 byte[]

Merge() 공개 정적인 메소드

public static Merge ( ) : byte[]
리턴 byte[]

프로퍼티 상세

EMPTY_BYTE_ARRAY 공개적으로 정적으로 프로퍼티

public static byte[] EMPTY_BYTE_ARRAY
리턴 byte[]

ZERO_BYTE_ARRAY 공개적으로 정적으로 프로퍼티

public static byte[] ZERO_BYTE_ARRAY
리턴 byte[]