public class SerializeBlock extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getRawBlock(List<ColumnInfo> list,
int precision) |
static byte[] |
intToBytes(int v) |
static byte[] |
longToBytes(long v) |
public static byte[] getRawBlock(List<ColumnInfo> list, int precision) throws IOException, SQLException
IOExceptionSQLExceptionpublic static byte[] intToBytes(int v)
public static byte[] longToBytes(long v)
Copyright © 2023. All rights reserved.