public class ByteBufferUtil extends Object
| Constructor and Description |
|---|
ByteBufferUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
toByteBuffers(ByteSequence bs) |
static List<ByteBuffer> |
toByteBuffers(Collection<byte[]> bytesList) |
static byte[] |
toBytes(ByteBuffer buffer) |
static List<byte[]> |
toBytesList(Collection<ByteBuffer> bytesList) |
static String |
toString(ByteBuffer bytes) |
public static byte[] toBytes(ByteBuffer buffer)
public static List<ByteBuffer> toByteBuffers(Collection<byte[]> bytesList)
public static List<byte[]> toBytesList(Collection<ByteBuffer> bytesList)
public static String toString(ByteBuffer bytes)
public static ByteBuffer toByteBuffers(ByteSequence bs)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.