org.apache.pig.data.utils
Class BytesHelper
java.lang.Object
org.apache.pig.data.utils.BytesHelper
public class BytesHelper
- extends Object
Method Summary |
static boolean |
getBitByPos(byte byt,
int pos)
|
static byte |
setBitByPos(byte byt,
boolean bool,
int pos)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BytesHelper
public BytesHelper()
getBitByPos
public static boolean getBitByPos(byte byt,
int pos)
setBitByPos
public static byte setBitByPos(byte byt,
boolean bool,
int pos)
Copyright © 2007-2012 The Apache Software Foundation