public class JsonFastParser extends JsonParserCharArray
This works in index overlay mode or chop mode. Chop mode reduces possibility of memory leak but causes a few more buffer copies as it chops up the buffer.
Constructor and description |
---|
JsonFastParser() |
JsonFastParser(boolean useValues) |
JsonFastParser(boolean useValues, boolean chop) |
JsonFastParser(boolean useValues, boolean chop, boolean lazyChop) |
JsonFastParser(boolean useValues, boolean chop, boolean lazyChop, boolean checkDates) |
Methods inherited from class | Name |
---|---|
class JsonParserCharArray |
parse |
class BaseJsonParser |
parse, parse, parse, parse, parse, parse, parse, parse, setCharset |
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.