>
> 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
Thanks Adam, that worked really well.
--
<mack />
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

