Package org.web3j.utils
Class Bytes
java.lang.Object
org.web3j.utils.Bytes
Byte array utility functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]trimLeadingBytes(byte[] bytes, byte b) static byte[]trimLeadingZeroes(byte[] bytes)
-
Method Details
-
trimLeadingBytes
public static byte[] trimLeadingBytes(byte[] bytes, byte b) -
trimLeadingZeroes
public static byte[] trimLeadingZeroes(byte[] bytes)
-