public class ListUtil extends Object
| 构造器和说明 |
|---|
ListUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static long |
getLastLong(byte[] buffer) |
static byte[] |
insertLong(byte[] buffer,
long num) |
static void |
main(String[] args) |
static long |
readLong(byte[] buffer,
int[] outpos) |
static byte[] |
removeLong(byte[] buffer) |
static byte[] |
removeLong(byte[] buffer,
int startPosInBuffer,
long num,
boolean[] outFound) |
static byte[] |
writeLong(long i) |
public static long readLong(byte[] buffer,
int[] outpos)
public static byte[] writeLong(long i)
public static byte[] insertLong(byte[] buffer,
long num)
public static long getLastLong(byte[] buffer)
public static byte[] removeLong(byte[] buffer)
public static byte[] removeLong(byte[] buffer,
int startPosInBuffer,
long num,
boolean[] outFound)
public static void main(String[] args)
Copyright © 2021. All rights reserved.