* Prototype.PROTOS_PER_PROTO_SET];
Arrays.fill(this.ProtoLengths, (short) 0);
bb = ByteBuffer.allocate(NumProtoSets
* Prototype.PROTOS_PER_PROTO_SET);
bb.order(bo);
fis.read(bb.array());
for (int i = 0; i < this.NumProtos; i++) {
this.ProtoLengths[i] = LearntFeature.unsignedByteToShort(bb.get(i));
}
int nProtosLeft = this.NumProtos;
for (int i = 0; i < NumProtoSets; i++) {