bos = createObject("java", "java.io.ByteArrayOutputStream").init();
bos.write(binary_stuff,0,len(binary_stuff));
bos.write(ender,0,len(ender));
New_binary = bos.tobytearray();
bos.close();
Probably a better way with the fileinputstream but I already had this
code so I figured I'd post if for ya.
Adam H
On Tue, 31 Aug 2004 16:13:44 -0400, Marc Campeau <[EMAIL PROTECTED]> wrote:
> > That will only work if the first file has a size that is a
> > multiple of 3 bytes.
>
> Thanks for the info Jochem! I guess that it's only doable using some
> CF add-ons like CFOBJECT then?
> --
> Marc
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

