Differenze tra le versioni di "Programmazione:Java/Eclipse RCP/Documentazione Framework/Stream Utility"
Da WikiSitech.
Vai alla navigazioneVai alla ricerca (Nuova pagina: <code java> public class FWKStreamUtil {    public static String extractString(InputStream is) throws FWKException; } </code>  ===String extractString(InputStream is) throws FWKExcepti...)  | 
				|||
| Riga 6: | Riga 6: | ||
===String extractString(InputStream is) throws FWKException===  | ===String extractString(InputStream is) throws FWKException===  | ||
| − | + | Estrae il contenuto dell'InputStream sotto forma di stringa.  | |
Versione delle 11:51, 26 mar 2008
public class FWKStreamUtil {
  public static String extractString(InputStream is) throws FWKException;
}
String extractString(InputStream is) throws FWKException
Estrae il contenuto dell'InputStream sotto forma di stringa.