On Mon, 2006-02-06 at 16:30 +0100, Thibaut wrote: > hi, > > i'd like to change my NameValuePair to StringPart object to add the file > push support to my app. > I use to do : namevaluepair.getValue() to know what is inside > but stringpart.getValue() doesn't exist. > > Is there a method to know what is inside a stringPart as we can know > what is inside a namevaluepaire (with the getValue() method) ? >
No, there's no such method. Consider implementing a custom Part class with all the desired functionality. Oleg > Thanks. > > Thibaut Lassalle > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
