Skip to content

Instantly share code, notes, and snippets.

package testnio;
import sun.misc.Unsafe;
import sun.nio.ch.FileChannelImpl;
import java.io.File;
import java.io.RandomAccessFile;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.util.Random;