Nobjs = ins.readInt();
buf4nestless = new ArrayList( Nobjs );
for ( idx = 0; idx < Nobjs; idx++ ) {
sobj = new Shadow( ins );
sobj.resolveCategory( categorymap );
buf4nestless.add( sobj );
total_bytesize += sobj.getByteSize();
}
Nobjs = ins.readInt();