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

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -