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...) |
|||
(4 versioni intermedie di uno stesso utente non sono mostrate) | |||
Riga 1: | Riga 1: | ||
+ | [[Programmazione:Java/Eclipse_RCP/Documentazione_Framework|<< Back to Documentazione Framework]] | ||
+ | |||
<code java> | <code java> | ||
public class FWKStreamUtil { | public class FWKStreamUtil { | ||
Riga 5: | Riga 7: | ||
</code> | </code> | ||
− | + | '''String extractString(InputStream is) throws FWKException''' | |
− | + | ||
+ | Estrae il contenuto dell'InputStream sotto forma di stringa. |
Versione attuale delle 10:22, 14 apr 2008
<< Back to Documentazione Framework
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.