Class MarkupParser.BufferPool

java.lang.Object
org.attoparser.MarkupParser.BufferPool
Enclosing class:
MarkupParser

private static final class MarkupParser.BufferPool extends Object
  • Field Details

    • pool

      private final char[][] pool
    • allocated

      private final boolean[] allocated
    • poolBufferSize

      private final int poolBufferSize
  • Constructor Details

    • BufferPool

      private BufferPool(int poolSize, int poolBufferSize)
  • Method Details

    • allocateBuffer

      private char[] allocateBuffer(int bufferSize)
    • releaseBuffer

      private void releaseBuffer(char[] buffer)