Package org.attoparser
Class MarkupParser.BufferPool
- java.lang.Object
-
- org.attoparser.MarkupParser.BufferPool
-
- Enclosing class:
- MarkupParser
private static final class MarkupParser.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)
-