mirror of
https://github.com/github/codeql.git
synced 2026-03-03 22:33:42 +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;
|
|
}
|