KLALB V3.4

This commit is contained in:
Administrator
2025-11-15 11:08:16 +08:00
parent 306bfd36f7
commit 8842566ee2
160 changed files with 18540 additions and 4512 deletions
@@ -21,7 +21,7 @@ public class KLALBOutputStream extends DataOutputStream {
flush();
}
public void writeKLALBPacket(KLALBPacket klb) throws IOException {
writeInt((int) klb.getLength());
writeInt((int) klb.getTotalLength());
KLALBPacket.writeKLALBPacketToStream(this, klb);
}
public void writePacket(ByteBuffer kp) throws IOException {