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: AIO elhacker.NET 2021 Compilación herramientas análisis y desinfección malware |
|
|