- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
QSharedMemory
This type represents a locked data access.
Close this after accessing data. It is recommended to use this in resource try block.
- See Also:
-
-
Method Summary
void
Access to QSharedMemory's data
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
close
public void close()
Unlocks QSharedMemory
- Specified by:
close
in interface AutoCloseable
-
data
Access to QSharedMemory's data