Uses of Class
cloud.opencode.base.io.file.ChunkedFileProcessor.Builder
Packages that use ChunkedFileProcessor.Builder
-
Uses of ChunkedFileProcessor.Builder in cloud.opencode.base.io.file
Methods in cloud.opencode.base.io.file that return ChunkedFileProcessor.BuilderModifier and TypeMethodDescriptionstatic ChunkedFileProcessor.BuilderChunkedFileProcessor.builder()Creates a new builder.ChunkedFileProcessor.Builder.chunkSize(int size) Sets the chunk size.ChunkedFileProcessor.Builder.maxBytes(long maxBytes) Sets the maximum bytes to read.ChunkedFileProcessor.Builder.onProgress(BiConsumer<Long, Long> callback) Sets a progress callback.ChunkedFileProcessor.Builder.parallel(boolean parallel) Enables parallel processing with virtual threads.ChunkedFileProcessor.Builder.parallelism(int level) Sets the parallelism level for parallel processing.Sets the file path.ChunkedFileProcessor.Builder.progressInterval(long bytes) Sets the progress reporting interval.ChunkedFileProcessor.Builder.startOffset(long offset) Sets the starting offset for reading.ChunkedFileProcessor.Builder.useMemoryMapping(boolean use) Enables memory-mapped file processing.