Class Bytes

java.lang.Object
org.web3j.utils.Bytes

public class Bytes extends Object
Byte array utility functions.
  • Method Details

    • trimLeadingBytes

      public static byte[] trimLeadingBytes(byte[] bytes, byte b)
    • trimLeadingZeroes

      public static byte[] trimLeadingZeroes(byte[] bytes)