Package org.thymeleaf.templateparser.raw
Class RawParser.BufferPool
- java.lang.Object
-
- org.thymeleaf.templateparser.raw.RawParser.BufferPool
-
- Enclosing class:
- RawParser
private static final class RawParser.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)
-