Find the size of the byte array. @return number of bytes in the array.
()
| 106 | * @return number of bytes in the array. |
| 107 | */ |
| 108 | public int size() { |
| 109 | return mData.length; |
| 110 | } |
| 111 | |
| 112 | /** |
| 113 | * Get the underlying byte array. This is the real thing, not a copy, |
no outgoing calls
no test coverage detected