Bin
Bin
Have you solved it? I have the same problem.
//File corruption public byte[] pixelPeek() throws IOException, InterruptedException, DecoderException { String command = "pixelPeek"; getSocketChannel().write(ByteBuffer.wrap(encode(command))); // ByteBuffer byteBuffer = borrowResource(); ByteBuffer byteBuffer = ByteBuffer.allocate(0x7D000); int len = getSocketChannel().read(byteBuffer); if (null...
the java code