aqui esta el codigo:
Código
try { Prestamo aux = (Prestamo) entrada.readObject(); while(aux != null){ prestamos.add(aux); aux = (Prestamo) entrada.readObject(); } } finally{ try { entrada.close(); } } }
|
|||
| Tema destacado: Únete al Grupo Steam elhacker.NET |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|