java - How to import sun.misc.Unsafe in android studio? -
i trying use protobuf3 source code , uses "sun.misc.unsafe". can please let me know how import necessary package it.here sample code
this class return unsafe instance on existing jvm implementations including android (both vm versions): https://github.com/noctarius/tengi/blob/master/java/tengi-core/src/main/java/com/noctarius/tengi/core/impl/unsafeutil.java
this answer copy of noctarius' answer here: in android, how invoke sun.misc.unsafe methods using java reflection?
Comments
Post a Comment