public class ByteArrayUtils extends Object
| 构造器和说明 |
|---|
ByteArrayUtils() |
public static int indexOf(byte[] org,
byte[] search)
org - of type byte[] 原数组search - of type byte[] 要查找的数组public static int indexOf(byte[] org,
byte[] search,
int startIndex)
org - of type byte[] 原数组search - of type byte[] 要查找的数组startIndex - 起始索引Copyright © 2018 Pivotal Software, Inc.. All rights reserved.