havent seen scanf method in any of the Java classes
i welcome factoring a scanf method in org.apache.struts2.convention.StringTools

anyone ?
Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> Date: Sat, 12 Mar 2011 12:57:17 +0000
> From: ahardy.str...@cyberspaceroad.com
> To: user@struts.apache.org
> Subject: Just a stab in the dark
> 
> Hi List
> 
> this is a bit OT but it's the weekend and I have a question which I am 
> desperate to answer and my googling skills are no match for it.
> 
> Does anyone know where I can get a Java implementation of scanf?
> 
> 
> I want to do C-style scanf and read a string into a list of parameters - 
> the exact corollary of printf, rather than the slightly lame 
> implementation java.util.Scanner which won't automatically read a whole 
> set of values of different types into the same types that printf can 
> handle, e.g. Calendar and Date.
> 
> e.g. I can do this for formatting:
> 
> System.out.format("Local time: %tT", Calendar.getInstance());
> 
> 
> but not for parsing.
> 
> Yours thro the google haze,
> 
> Adam
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
                                          

Reply via email to