- indexOf(byte[]) - Method in class ByteArray
-
Returns the index within this larger byte array of the first occurrence of
the specified byte array.
- indexOf(byte[], int) - Method in class ByteArray
-
Returns the index within this larger byte array of the first occurrence of
the specified byte array, starting the search at a specified index.
- indexOf(byte) - Method in class ByteArray
-
Returns the index within this byte array of the first occurrence of the
specified byte.
- indexOf(byte, int) - Method in class ByteArray
-
Returns the index within this byte array of the first occurrence of the
specified byte, starting the search at a specified index.
- indexOf(String) - Method in class ByteArray
-
Returns the index within this larger byte array of the first occurrence of
the specified string.
- indexOf(String, int) - Method in class ByteArray
-
Returns the index within this byte array of the first occurrence of the
specified string, starting the search at a specified index.
- indexOf(char) - Method in class ByteArray
-
Returns the index within this byte array of the first occurrence of the
specified character.
- indexOf(char, int) - Method in class ByteArray
-
Returns the index within this byte array of the first occurrence of the
specified character, starting the search at a specified index.
- isEmpty() - Method in class ByteArray
-
Returns true, if and only if, length is zero.
- lastIndexOf(byte[]) - Method in class ByteArray
-
Returns the index within this larger byte array of the last occurrence of
the specified byte array.
- lastIndexOf(byte[], int) - Method in class ByteArray
-
Returns the index within this larger byte array of the last occurrence of
the specified byte array, starting the search at a specified index.
- lastIndexOf(byte) - Method in class ByteArray
-
Returns the index within this byte array of the last occurrence of the
specified byte.
- lastIndexOf(byte, int) - Method in class ByteArray
-
Returns the index within this byte array of the last occurrence of the
specified byte, starting the search at a specified index.
- lastIndexOf(String) - Method in class ByteArray
-
Returns the index within this larger byte array of the last occurrence of
the specified string.
- lastIndexOf(String, int) - Method in class ByteArray
-
Returns the index within this byte array of the last occurrence of the
specified string, starting the search at a specified index.
- lastIndexOf(char) - Method in class ByteArray
-
Returns the index within this byte array of the last occurrence of the
specified character.
- lastIndexOf(char, int) - Method in class ByteArray
-
Returns the index within this byte array of the last occurrence of the
specified character, starting the search at a specified index.
- length() - Method in class ByteArray
-
Returns the length of the byte array.