//This file generated automatically from the MARIUS LP system, please do not edit.

public class LectorRemoto extends Lector {

           private LectorRemotoImplIF imp= new LectorHTTP();
           public String leer(){
             imp.extraer();
             return imp.trabajar();
           } 
        
} //End of class LectorRemoto
