(LPSZ lpsz)
| 457 | } |
| 458 | |
| 459 | public static long openRW(LPSZ lpsz) { |
| 460 | return fdCache.createUniqueFdNonCached(openRW(lpsz.ptr())); |
| 461 | } |
| 462 | |
| 463 | public static long openRW(LPSZ lpsz, int opts) { |
| 464 | return fdCache.createUniqueFdNonCached(openRWOpts(lpsz.ptr(), opts)); |