Skip navigation links
B C E G I L R S T 

B

ByteArray - Class in <Unnamed>
This class will handle various interactions with a byte array.
ByteArray(byte[]) - Constructor for class ByteArray
The constructor
byteAt(int) - Method in class ByteArray
Returns the byte value at the specified index.

C

charAt(int) - Method in class ByteArray
Returns the character value at the specified index.
concat(byte[]) - Method in class ByteArray
Concatenates the specified byte array to the end of this byte array.
convertToInt_BE() - Method in class ByteArray
Convert an integer to Big Endian format.

E

endsWith(byte[]) - Method in class ByteArray
Tests if this byte array ends with the specified suffix.
equals(Object) - Method in class ByteArray
Value equality for byte arrays.
equals(Object, int) - Method in class ByteArray
Value equality for byte arrays.

G

getBytes() - Method in class ByteArray
Return the entire byte array
getBytes(int) - Method in class ByteArray
Returns a byte array that is a sub byte array of this byte array.
getBytes(int, int) - Method in class ByteArray
Returns a byte array that is a sub byte array of this byte array.
getLength() - Method in class ByteArray
Returns the length of the byte array.

I

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.

L

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.

R

replace(char, char) - Method in class ByteArray
Replace all occurrences of oldChar in this byte array with newChar.
replace(byte, byte) - Method in class ByteArray
Replace all occurrences of oldByte in this byte array with newByte.
replace(byte[], byte[]) - Method in class ByteArray
Replace all occurrences of oldByteArray in this byte array with newByteArray.
replaceAndResize(byte[], byte[]) - Method in class ByteArray
Replace all occurrences of oldByteArray in this byte array with newByteArray.
resize(int) - Method in class ByteArray
Resize the byte array to a new size.

S

split(char) - Method in class ByteArray
Return an array of byte arrays.
split(byte) - Method in class ByteArray
Return an array of byte arrays.
startsWith(byte[]) - Method in class ByteArray
Tests if this byte array starts with the specified prefix.
startsWith(byte[], int) - Method in class ByteArray
Tests if the sub byte array of this byte array beginning at the specified index starts with the specified prefix.

T

toByteArray() - Method in class ByteArray
Return the entire byte array
toCharArray() - Method in class ByteArray
Return the byte array as a character array
toHexArray() - Method in class ByteArray
Return the byte array as a hexadecimal representation.
toString() - Method in class ByteArray
Return byte array as a string.
B C E G I L R S T 
Skip navigation links