public final class TLScratch extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
getBytesTmp(int size)
returns a thread local byte array of at least the size requested.
|
static char[] |
getCharsTmp(int size)
returns a thread local char array of at least the requested size.
|
public static byte[] getBytesTmp(int size)
size
- - the minimum size of the temporary buffer requested.public static char[] getCharsTmp(int size)
size
- - the minimum size of the temporary buffer requested.Copyright © 2018 SPF4J. All rights reserved.