RE: [lang] A class for byte utilities?

2003-07-17 Thread Henri Yandell
I think so yes. Just got to come up with a good set of methods :) Hen On Thu, 17 Jul 2003, Couball, James wrote: > I can see that the conversion stuff in the jserv/Turbine Bytes class is > (best) handled by commons-codec... but is there a place for the other > functions in a "ByteUtils" class (

RE: [lang] A class for byte utilities?

2003-07-17 Thread Couball, James
I can see that the conversion stuff in the jserv/Turbine Bytes class is (best) handled by commons-codec... but is there a place for the other functions in a "ByteUtils" class (akin to the StringUtils) in commons-lang? Sincerely, James. -Original Message- From: Henri Yandell [mailto:[EMAIL

Re: [lang] A class for byte utilities?

2003-07-17 Thread Henri Yandell
A lot of the byte stuff has ended up in Commons Codec, http://jakarta.apache.org/commons/codec/index.html as it fit Codec's manifesto of encoding and decoding Strings. Does that have the functionality you're after? Hen On Thu, 17 Jul 2003, Couball, James wrote: > Wondering if there exists in