FRS
Interface ISessioneLettura

All Superinterfaces:
ISessione, java.rmi.Remote
All Known Implementing Classes:
proxyLettura

public interface ISessioneLettura
extends ISessione

Author:
Dario Agostinone Interfaccia di un proxy di lettura

Method Summary
 boolean avaible()
          Restituisce true se si posssono leggere altry byte
 java.lang.String leggi(int DimBuffer)
          Legge una stringa contenente DimBuffer caratteri del file
 
Methods inherited from interface FRS.ISessione
Reset, Termina, TerminazioneForzata
 

Method Detail

leggi

public java.lang.String leggi(int DimBuffer)
                       throws java.rmi.RemoteException
Legge una stringa contenente DimBuffer caratteri del file

Throws:
java.rmi.RemoteException

avaible

public boolean avaible()
                throws java.rmi.RemoteException
Restituisce true se si posssono leggere altry byte

Throws:
java.rmi.RemoteException