798081828384858687
* @since 2.3 */ @Override public Chunker getChunker() { if (chunker == null) { chunker = new DemoChunker(); } return chunker; }