C# Class Nethereum.ABI.Util.ByteUtil

Show file Open project: Nethereum/Nethereum

Public Properties

Property Type Description
EMPTY_BYTE_ARRAY byte[]
ZERO_BYTE_ARRAY byte[]

Public Methods

Method Description
AppendByte ( byte bytes, byte b ) : byte[]

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

Merge ( ) : byte[]

Method Details

AppendByte() public static method

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
return byte[]

Merge() public static method

public static Merge ( ) : byte[]
return byte[]

Property Details

EMPTY_BYTE_ARRAY public static property

public static byte[] EMPTY_BYTE_ARRAY
return byte[]

ZERO_BYTE_ARRAY public static property

public static byte[] ZERO_BYTE_ARRAY
return byte[]