get pointer to read-only buffer, returns NULL if unavailable
| 209 | } |
| 210 | /// get pointer to read-only buffer, returns NULL if unavailable |
| 211 | virtual const lUInt8 * getReadOnly() |
| 212 | { |
| 213 | return m_writeonly ? NULL : m_buf; |
| 214 | } |
| 215 | /// get pointer to read-write buffer, returns NULL if unavailable |
| 216 | virtual lUInt8 * getReadWrite() |
| 217 | { |