KLALB2.3
This commit is contained in:
@@ -16,11 +16,7 @@ public class KLALBOutputStream extends DataOutputStream {
|
||||
flush();
|
||||
}
|
||||
public void writePacket(KLALBPacket klb) throws IOException {
|
||||
writeKLALBPacketToStream(this, klb);
|
||||
}
|
||||
public static void writeKLALBPacketToStream(DataOutputStream out,KLALBPacket klb) throws IOException {
|
||||
out.write(klb.getType());
|
||||
klb.writeToStream(out);
|
||||
out.flush();
|
||||
KLALBPacket.writeKLALBPacketToStream(this, klb);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user