Interface

Gio-2.0GioMemoryOutputStreamConstructorProps

interface ConstructorProps {
    data: any;
    data_size: number | bigint;
    dataSize: number | bigint;
    size: number | bigint;
}

Hierarchy (View Summary)

Index

Properties

data: any
data_size: number | bigint
dataSize: number | bigint
size: number | bigint