[android-developers] Re: save file with byte[] argument

2008-10-15 Thread dai
ahh, yes..I should have used fos.write(byte[])and it does work now.. Thank you so much Jason. On 10月15日, 午前7:35, Jason Proctor [EMAIL PROTECTED] wrote: why not use fos.write(buffer) as your standard java platform example does? you don't want to use Writers here, because you're dealing

[android-developers] Re: save file with byte[] argument

2008-10-14 Thread dai
does anyone have an idea? I want to set byte[] as argument.. On 10月13日, 午後11:58, dai [EMAIL PROTECTED] wrote: Hi, could you anybody know how to save data using FileoutputStream like below with byte[] argument? Upon standard java platform, I could save data as zip using FileOutputStream with