Module org.apache.johnzon.core
Package org.apache.johnzon.core
Class BufferStrategyFactory.CharBufferThreadLocalProvider
java.lang.Object
org.apache.johnzon.core.BufferStrategyFactory.ThreadLocalProvider<char[]>
org.apache.johnzon.core.BufferStrategyFactory.CharBufferThreadLocalProvider
- All Implemented Interfaces:
Serializable,BufferStrategy.BufferProvider<char[]>
- Enclosing class:
- BufferStrategyFactory
private static class BufferStrategyFactory.CharBufferThreadLocalProvider
extends BufferStrategyFactory.ThreadLocalProvider<char[]>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.johnzon.core.BufferStrategyFactory.ThreadLocalProvider
newBuffer, release
-
Constructor Details
-
CharBufferThreadLocalProvider
public CharBufferThreadLocalProvider(int size)
-
-
Method Details
-
newInstance
protected char[] newInstance(int size) - Specified by:
newInstancein classBufferStrategyFactory.ThreadLocalProvider<char[]>
-