Package org.apache.hadoop.hbase.util
Class LittleEndianBytes.ConverterHolder.PureJavaConverter
java.lang.Object
org.apache.hadoop.hbase.util.LittleEndianBytes.Converter
org.apache.hadoop.hbase.util.LittleEndianBytes.ConverterHolder.PureJavaConverter
- Enclosing class:
- LittleEndianBytes.ConverterHolder
static final class LittleEndianBytes.ConverterHolder.PureJavaConverter
extends LittleEndianBytes.Converter
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final LittleEndianBytes.ConverterHolder.PureJavaConverter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) intputInt(byte[] bytes, int offset, int val) (package private) inttoInt(byte[] bytes, int offset) (package private) inttoInt(ByteBuffer buffer, int offset)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
PureJavaConverter
private PureJavaConverter()
-
-
Method Details
-
toInt
- Specified by:
toIntin classLittleEndianBytes.Converter
-
toInt
- Specified by:
toIntin classLittleEndianBytes.Converter
-
putInt
- Specified by:
putIntin classLittleEndianBytes.Converter
-