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