abstract static class Bytes.Converter extends Object
| Constructor and Description | 
|---|
| Converter() | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) abstract int | putInt(byte[] bytes,
      int offset,
      int val) | 
| (package private) abstract int | putLong(byte[] bytes,
       int offset,
       long val) | 
| (package private) abstract int | putShort(byte[] bytes,
        int offset,
        short val) | 
| (package private) abstract int | toInt(byte[] bytes,
     int offset,
     int length) | 
| (package private) abstract long | toLong(byte[] bytes,
      int offset,
      int length) | 
| (package private) abstract short | toShort(byte[] bytes,
       int offset,
       int length) | 
Converter()
abstract long toLong(byte[] bytes, int offset, int length)
abstract int putLong(byte[] bytes, int offset, long val)
abstract int toInt(byte[] bytes, int offset, int length)
abstract int putInt(byte[] bytes, int offset, int val)
abstract short toShort(byte[] bytes, int offset, int length)
abstract int putShort(byte[] bytes, int offset, short val)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.