public class Binary extends Object
| Constructor and Description |
|---|
Binary() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
appendBytes(byte[][] bytes) |
static byte[] |
appendBytes(byte[] bytes1,
byte[]... bytes2) |
static byte[] |
appendBytes(byte byte1,
byte[]... bytes2) |
static String |
bytesToHexString(byte[] src,
boolean blank) |
static String |
bytesToHexString(io.netty.buffer.ByteBuf src) |
static byte[] |
hexStringToBytes(String hexString) |
static byte[][] |
splitBytes(byte[] bytes,
int chunkSize) |
static byte[] |
subBytes(byte[] bytes,
int start) |
static byte[] |
subBytes(byte[] bytes,
int start,
int length) |
public static String bytesToHexString(io.netty.buffer.ByteBuf src)
public static String bytesToHexString(byte[] src, boolean blank)
public static byte[] hexStringToBytes(String hexString)
public static byte[] subBytes(byte[] bytes,
int start,
int length)
public static byte[] subBytes(byte[] bytes,
int start)
public static byte[][] splitBytes(byte[] bytes,
int chunkSize)
public static byte[] appendBytes(byte[][] bytes)
public static byte[] appendBytes(byte byte1,
byte[]... bytes2)
public static byte[] appendBytes(byte[] bytes1,
byte[]... bytes2)
Copyright © 2020. All rights reserved.