Or maybe for the join it's a IOUtils.copy(InputStream[], OutputStream) and Reader[] overload.
How would split look? Split on byte number for splitter and on line number for Reader? On 9/10/07, Travis Reeder <[EMAIL PROTECTED]> wrote: > I am looking for a file splitter and joiner and naturally looked at > commons-io to see if it had it, but it doesn't look like it does. Would it > make sense to add it to FileUtils or something? Should be somewhat simple > to implement. > > Travis > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
