Return true if the length of the data is zero. @return true if there is no data, false otherwise.
()
| 87 | * @return true if there is no data, false otherwise. |
| 88 | */ |
| 89 | public boolean empty() { |
| 90 | return empty0(getNativeHandle()); |
| 91 | } |
| 92 | |
| 93 | /** |
| 94 | * Creates a string representation of the data |