org.apache.hadoop.record
Class Utils
java.lang.Object
org.apache.hadoop.record.Utils
public class Utils
- extends Object
Various utility functions for Hadooop record I/O runtime.
- Author:
- Milind Bhandarkar
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hexchars
public static final char[] hexchars
bufEquals
public static boolean bufEquals(ByteArrayOutputStream one,
ByteArrayOutputStream two)
- equals function that actually compares two buffers.
- Parameters:
one
- First buffertwo
- Second buffer
- Returns:
- true if one and two contain exactly the same content, else false.
Copyright © 2006 The Apache Software Foundation