NAME
SIRTX::VM::Chunk::Type::Padding - module for interacting with SIRTX VM chunks
VERSION
version v0.03
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
Philipp Schafft <lion@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2025 by Philipp Schafft <lion@cpan.org>.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)