public class BufferUtil extends Object
| Constructor and Description |
|---|
BufferUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
growBuffer(byte[] source,
int old_len,
int new_len)
Copies old_len bytes from source to a new buffer of length new_len.
|
Copyright 2004-2019 Solace Corporation. All rights reserved.