Skip to content

transcode for ByteData instead of only Vector{UInt8} #105

@simonschoelly

Description

@simonschoelly

I noticed that the documentation says, that the signature of transcode is

transcode(codec::Codec, data::Vector{UInt8})::Vector{UInt8}

but then for the code we have the signature

transcode(codec::Codec, data::ByteData)

Should maybe maybe the documentation be adjusted?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions