public final class TemporaryBuffers extends Object
public static char[] chars(int len)
ThreadLocal char[] of size len. Take care when using a large value of len as
this buffer will remain for the lifetime of the thread. The returned buffer will not be zeroed and may be larger
than the requested size, you must make sure to fill the entire content to the desired value and set the length
explicitly when converting to a String.public static void clearChars()
Copyright © 2025. All rights reserved.