Home | History | Annotate | Download | only in io

Lines Matching refs:dump

44      * Dump an array of bytes to an OutputStream.

59 public static void dump(byte[] data, long offset,
81 dump(buffer, display_offset).append(' ');
84 dump(buffer, data[k + j]);
121 * Dump a long value into a StringBuffer.
123 * @param _lbuffer the StringBuffer to dump the value in
127 private static StringBuffer dump(StringBuffer _lbuffer, long value) {
136 * Dump a byte value into a StringBuffer.
138 * @param _cbuffer the StringBuffer to dump the value in
142 private static StringBuffer dump(StringBuffer _cbuffer, byte value) {