NAME
SIRTX::VM::Chunk::Type::Padding - module for interacting with SIRTX VM chunks
VERSION
version v0.02
SYNOPSIS
use SIRTX::VM::Chunk::Type::Padding;
my SIRTX::VM::Chunk $chunk = SIRTX::VM::Chunk::Type::Padding->new;
$chunk->data_size($size);
(since v0.02)
This represends a padding chunk.
This inherits from SIRTX::VM::Chunk.
data_size
my $size = $chunk->data_size;
# or:
$chunk->data_size($size);
Sets the (data size) of the padding chunk.
Note: The actual size of the chunk will be larger than this value due to it's header and framing considerations.
AUTHOR
Löwenfelsen UG (haftungsbeschränkt) <support@loewenfelsen.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2025 by Löwenfelsen UG (haftungsbeschränkt) <support@loewenfelsen.net>.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)