public class HFileUtil extends Object
| Constructor and Description |
|---|
HFileUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
seekOnMultipleSources(FSDataInputStream istream,
long offset)
guards against NullPointer
utility which tries to seek on the DFSIS and will try an alternative source
if the FSDataInputStream throws an NPE HBASE-17501
|
public static void seekOnMultipleSources(FSDataInputStream istream,
long offset)
throws IOException
istream - offset - IOException