Re: [vfs] Copying byte[] to destination file

2009-01-23 Thread Matt Benson
Note that I have added the component ID to the subject line: I'm not sure I entirely understand the question. If I wanted to copy a byte[] to a VFS FileObject I would use commons-io IOUtils to copy the byte[] to fileObject.getContent().getOutputStream(). Does this help? -Matt --- Walter,

RE: [vfs] Copying byte[] to destination file

2009-01-23 Thread Walter, Patrick A
] Copying byte[] to destination file Note that I have added the component ID to the subject line: I'm not sure I entirely understand the question. If I wanted to copy a byte[] to a VFS FileObject I would use commons-io IOUtils to copy the byte[] to fileObject.getContent().getOutputStream(). Does

RE: [vfs] Copying byte[] to destination file

2009-01-23 Thread Matt Benson
] Copying byte[] to destination file Note that I have added the component ID to the subject line: I'm not sure I entirely understand the question. If I wanted to copy a byte[] to a VFS FileObject I would use commons-io IOUtils to copy the byte[] to fileObject.getContent().getOutputStream

RE: [vfs] Copying byte[] to destination file

2009-01-23 Thread Walter, Patrick A
have for buffering? thanks -Original Message- From: Matt Benson [mailto:gudnabr...@yahoo.com] Sent: Friday, January 23, 2009 12:37 PM To: Commons Users List Subject: RE: [vfs] Copying byte[] to destination file --- Walter, Patrick A patrick.a.wal...@usa-spaceops.com wrote: Thanks

RE: [vfs] Copying byte[] to destination file

2009-01-23 Thread Matt Benson
...@yahoo.com] Sent: Friday, January 23, 2009 12:37 PM To: Commons Users List Subject: RE: [vfs] Copying byte[] to destination file --- Walter, Patrick A patrick.a.wal...@usa-spaceops.com wrote: Thanks for your quick response!!! Ok so I would do some thing like this... void writeToFile