Differenze tra le versioni di "Programmazione:Java/Eclipse RCP/Documentazione Framework/Stream Utility"
Da WikiSitech.
Vai alla navigazioneVai alla ricerca| Riga 5: | Riga 5: | ||
</code> | </code> | ||
| − | + | *'''String extractString(InputStream is) throws FWKException''' | |
| + | |||
Estrae il contenuto dell'InputStream sotto forma di stringa. | Estrae il contenuto dell'InputStream sotto forma di stringa. | ||
Versione delle 11:54, 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.