Skip to main content

Module streaming

Module streaming 

Source
Expand description

Streaming chapter reader for memory-efficient EPUB processing.

Provides truly streaming chapter processing that reads directly from ZIP without materializing the full chapter content.

Structsยง

ChunkAllocator
Memory chunk allocator for bounded allocations.
ChunkLimits
Chunking limits for incremental processing.
PaginationContext
Stateful pagination context for resumable page layout.
ScratchBuffers
Scratch buffer pool for streaming operations.
StreamingChapterProcessor
Streaming chapter processor that reads incrementally from ZIP.
StreamingStats
Statistics for streaming operations.