()
| 12 | static { Library.staticLoad(); } |
| 13 | |
| 14 | public long getSize() { |
| 15 | try { |
| 16 | Stats.onNativeCall(); |
| 17 | return _nSize(_ptr); |
| 18 | } finally { |
| 19 | Reference.reachabilityFence(this); |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | public byte[] getBytes() { |
| 24 | return getBytes(0, getSize()); |