class thatsit
{
void close()
{
if (fd != null)
fd.close();
}
protected void finalize()
{
close();
try
{
super.finalize();
}
catch(fd);
}
fileinputstream fd;
}