Package it.unich.jgmp
Class MPQ.MPQCleaner
- java.lang.Object
-
- it.unich.jgmp.MPQ.MPQCleaner
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- MPQ
private static class MPQ.MPQCleaner extends java.lang.Object implements java.lang.Runnable
Cleaning action for theMPQ
class.
-
-
Field Summary
Fields Modifier and Type Field Description private com.sun.jna.Pointer
mpqPointer
-
Constructor Summary
Constructors Constructor Description MPQCleaner(MpqT mpqNative)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
MPQCleaner
MPQCleaner(MpqT mpqNative)
-
-