67,550
社区成员




// Java中机关指针,并为指针分配空间
Pointer a = new Pointer(MemoryBlockFactory.createMemoryBlock(4 * 10));
Pointer b = new Pointer(MemoryBlockFactory.createMemoryBlock(4 * 10));
Pointer c = new Pointer(MemoryBlockFactory.createMemoryBlock(4 * 10));
Pointer strP= createPointer(100);
strP.setStringAt(0, "C:\1.txt");