* The length of the ByteArray object. */
| 56 | * The length of the ByteArray object. |
| 57 | */ |
| 58 | size_t length() const { |
| 59 | return dataView.size(); |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * Moves, or returns the current position, of the file pointer into the ByteArray object. This is the point at |