API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceParsedContainer

@codexo/exojs / assets / stable

Result of parseContainer: the validated head plus where the block area begins.

6
props
0
methods
0
events
Import
import { ParsedContainer } from '@codexo/exojs'

Result of parseContainer: the validated head plus where the block area begins.

Properties6
blockSize: number
Uncompressed bytes a block aims for; the writer's packing target, not a limit.
dataLength: number
Byte length of the uncompressed data section, which is what entry offsets address.
dataOffset: number
Byte offset of the first block within the container file.
version: number
Source