Searched refs:fieldsAmount (Results 1 – 1 of 1) sorted by relevance
94 int fieldsAmount = inputStream.readShort(); in Structure() local95 if (fieldsAmount < 0) { in Structure()98 if (fieldsAmount > 0) { in Structure()99 fields = new Field[fieldsAmount]; in Structure()100 for (int i = 0; i < fieldsAmount; ++i) { in Structure()