info > Bit::Vector::String

๐Ÿ“– NAME

Bit::Vector::String - Generic string import/export for Bit::Vector

๐Ÿš€ Quick Reference

Use CaseCommandDescription
Export vector as octal string$vector->to_Oct()Returns octal string (no prefix)
Import octal string into vector$vector->from_Oct($string)Reads octal string (no prefix)
Create new vector from octal stringBit::Vector->new_Oct($bits,$string)Constructor + initialize from octal
Export in any format$vector->String_Export($type)Returns string with identifying prefix
Import string with autoโ€‘detect format$vector->String_Import($string)Reads string, returns format number
Create new vector with autoโ€‘detect formatBit::Vector->new_String($bits,$string)Constructor + import, autoโ€‘sizes if $bits is undef

๐Ÿ“ SYNOPSIS

use Bit::Vector::String;

to_Oct
    $string = $vector->to_Oct();

from_Oct
    $vector->from_Oct($string);

new_Oct
    $vector = Bit::Vector->new_Oct($bits,$string);

String_Export
    $string = $vector->String_Export($type);

String_Import
    $type = $vector->String_Import($string);

new_String
    $vector = Bit::Vector->new_String($bits,$string);
    ($vector,$type) = Bit::Vector->new_String($bits,$string);

๐Ÿ“š DESCRIPTION

๐Ÿ”— SEE ALSO

Bit::Vector(3), Bit::Vector::Overload(3).

๐Ÿท๏ธ VERSION

This man page documents Bit::Vector::String version 7.4.

๐Ÿ‘ค AUTHOR

Steffen Beyer
mailto:<STBEY AT cpan.org>
http://www.engelschall.com/u/sb/download/

ยฉ COPYRIGHT

Copyright (c) 2004 - 2013 by Steffen Beyer. All rights reserved.

๐Ÿ“œ LICENSE

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, i.e., under the terms of the "Artistic License" or the "GNU General Public License".

The C library at the core of this Perl module can additionally be redistributed and/or modified under the terms of the "GNU Library General Public License".

Please refer to the files Artistic.txt, GNU_GPL.txt and GNU_LGPL.txt in this distribution for details!

โš ๏ธ DISCLAIMER

This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the "GNU General Public License" for more details.

Bit::Vector::String
๐Ÿ“– NAME ๐Ÿš€ Quick Reference ๐Ÿ“ SYNOPSIS ๐Ÿ“š DESCRIPTION ๐Ÿ”— SEE ALSO ๐Ÿท๏ธ VERSION ๐Ÿ‘ค AUTHOR ยฉ COPYRIGHT ๐Ÿ“œ LICENSE โš ๏ธ DISCLAIMER

Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-25 09:50 @216.73.217.127
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!