Class TextParser.BufferPool
- java.lang.Object
-
- org.thymeleaf.templateparser.text.TextParser.BufferPool
-
- Enclosing class:
- TextParser
private static final class TextParser.BufferPool extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean[]allocatedprivate char[][]poolprivate intpoolBufferSize
-
Constructor Summary
Constructors Modifier Constructor Description privateBufferPool(int poolSize, int poolBufferSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private char[]allocateBuffer(int bufferSize)private voidreleaseBuffer(char[] buffer)
-