NAME

SIRTX::VM::Chunk::Type::OctetStream - module for interacting with SIRTX VM chunks

VERSION

version v0.02

SYNOPSIS

use SIRTX::VM::Chunk::Type::OctetStream;

my SIRTX::VM::Chunk $chunk = SIRTX::VM::Chunk::Type::OctetStream->new;

(since v0.02)

This represends an octet stream chunk. Such a chunk is used to store unstructured data.

This inherits from SIRTX::VM::Chunk.

ingest_object

$chunk->ingest_object($obj);

(experimental since v0.02)

Ingests an object as the data source for this chunk. This is similar to "attach_data" in SIRTX::VM::Chunk but works with Perl objects.

Currently only String::Super is supported.

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)