Searched refs:CHUNK_SIZE_BYTES (Results 1 – 1 of 1) sorted by relevance
54 private static readonly CHUNK_SIZE_BYTES = 50 * 1024 * 1024; property in ParserFactory67 chunkStart += ParserFactory.CHUNK_SIZE_BYTES73 const chunkEnd = chunkStart + ParserFactory.CHUNK_SIZE_BYTES;