mirror of
https://github.com/github/codeql.git
synced 2026-02-24 19:03:50 +01:00
9 lines
142 B
Java
9 lines
142 B
Java
import sun.misc.*;
|
|
import sun.nio.ch.DirectBuffer;
|
|
|
|
public class JdkInternalAccess {
|
|
Unsafe unsafe;
|
|
BASE64Encoder enc;
|
|
DirectBuffer buf;
|
|
}
|