Returns the internal byte array. Note that this is a live reference to the actual data, not a copy. @return the wrapped byte array
()
| 60 | * @return the wrapped byte array |
| 61 | */ |
| 62 | public byte[] getBytes() { |
| 63 | return bytes; |
| 64 | } |
| 65 | |
| 66 | /** |
| 67 | * Returns a new byte array that is a copy of the data. |
no outgoing calls
no test coverage detected