cast it to a byte[] .... byte[] bytes = (byte[])someMethodThatReturnObject();
if your sure it will be a byhte array -----Original Message----- From: vidula pant [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 1:55 PM To: [EMAIL PROTECTED] Subject: Help required!! When returning byte arrays, the return type is Object. So I am confused how would I get the byte array? Many thanks for any help, Vidula __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/
