307308309310311312313314315
for (int i = 0; i < nrBlocks; i++) root.getBlocks()[i].write(out); } } for(Iterator it = root.getChildren().values().iterator(); it.hasNext(); ) { INode child = (INode) it.next(); saveImage( fullName, child, out ); } }
249250251252253254255256257
247248249250251252253254255
404405406407408409410411412
299300301302303304305306307