Enumeration Caseswift-png 4.4.5PNG

    truncatedChunkBody(expected:)

    The lexer encountered end-of-stream while reading a chunk body from a bytestream.

    PNG.LexingError.swift:24
    case truncatedChunkBody(expected: Int)

    Parameters

    expected

    The number of bytes the lexer expected to read.

    Other cases