T - Array type (e.g. byte[], int[])public interface ArrayAdapterInterface<T>
| Modifier and Type | Method and Description | 
|---|---|
| int | getArrayLength(T array)Return the length of the given array. | 
| int | getElementSizeInBytes()Return the size of an element in the array in bytes (e.g. | 
| String | getTag()TAG for logging. | 
| T | newArray(int length)Allocate and return an array of the specified size. | 
String getTag()
int getArrayLength(T array)
T newArray(int length)
int getElementSizeInBytes()