NAME
File::Information::Chunk - generic module for extracting information from filesystems
VERSION
version v0.15
SYNOPSIS
use File::Information;
my File::Information::Inode $inode = ...;
my File::Information::Chunk $chunk = $inode->get(...);
This package inherits from File::Information::VerifyBase.
METHODS
peek
my $data = $chunk->peek( [ %opts ] );
Peeks the first few bytes of a chunk's body. This implements the same interface as "peek" in File::Information::Inode. See there for details.
AUTHOR
Löwenfelsen UG (haftungsbeschränkt) <support@loewenfelsen.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2024-2025 by Löwenfelsen UG (haftungsbeschränkt) <support@loewenfelsen.net>.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)