private static void readTldList(Buffer stream) { int i = stream.readDWord(); aCharArrayArray624 = new char[i][]; anIntArray625 = new int[i]; for (int j = 0; j < i; j++) { anIntArray625[j] = stream.readUnsignedByte(); char ac[] = new char[stream.readUnsignedByte()]; for (int k = 0; k < ac.length; k++) ac[k] = (char) stream.readUnsignedByte(); aCharArrayArray624[j] = ac; } }
private static void readFragmentsEnc(Buffer stream) { anIntArray620 = new int[stream.readDWord()]; for (int i = 0; i < anIntArray620.length; i++) anIntArray620[i] = stream.getUnsignedLEShort(); }
private static void readDomainEnc(Buffer stream) { int i = stream.readDWord(); aCharArrayArray623 = new char[i][]; method494(aCharArrayArray623, stream); }
private static void readBadEnc(Buffer stream) { int j = stream.readDWord(); aCharArrayArray621 = new char[j][]; aByteArrayArrayArray622 = new byte[j][][]; method493(stream, aCharArrayArray621, aByteArrayArrayArray622); }