@return Returns the raw packed chunk data as a byte array
()
| 271 | * @return Returns the raw packed chunk data as a byte array |
| 272 | */ |
| 273 | public final byte[] toByteArray() { |
| 274 | return this.data.toByteArray(); |
| 275 | } |
| 276 | |
| 277 | /** |
| 278 | * Returns the raw bit index of the specified position |
no outgoing calls
no test coverage detected