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[]
allocated
private char[][]
pool
private int
poolBufferSize
-
Constructor Summary
Constructors Modifier Constructor Description private
BufferPool(int poolSize, int poolBufferSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private char[]
allocateBuffer(int bufferSize)
private void
releaseBuffer(char[] buffer)
-