DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24398>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24398

Offset problem in hexadecimal dumps





------- Additional Comments From [EMAIL PROTECTED]  2003-11-05 07:20 -------
The second path (11/05/03 07:15) adds a method to dump int values. Offset is 
casted to int so that the dump printout stays the same.
I also corrected dump(long) and dump(byte).

I think there is a problem with the offset argument take as long in 
    public synchronized static void dump(final byte [] data, final long offset,
                            final OutputStream stream, final int index, final 
int length)
because arrays can be indirected by long values as far as I know.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to