예제 #1
0
파일: BasicTests.cs 프로젝트: gywerd/WinJNI
        private void sss()
        {
            int        size = 13 * 1024;//*1024
            ByteBuffer bb   = a(size);

            bb.capacity();
            JNIEnv.DetachCurrentThread();
        }