Search results for "module:IO::Seekable"
IO::Seekable - supply seek based methods for I/O objects
"IO::Seekable" does not have a constructor of its own as it is intended to be inherited by other "IO::Handle" based objects. It provides methods which allow seeking of the file descriptors. $io->getpos Returns an opaque value that represents the curr...
TODDR/IO-1.51 - 23 Jan 2023 05:24:04 UTC
IO::Moose::Seekable - Reimplementation of IO::Seekable with improvements
This class provides an interface mostly compatible with IO::Seekable. The differences: * It is based on Moose object framework. * It uses Exception::Base for signaling errors. Most of methods are throwing exception on failure. * It doesn't export any...
DEXTER/IO-Moose-0.1004 - 29 Oct 2009 12:15:13 UTC
IO - load various IO modules
"IO" provides a simple mechanism to load several of the IO modules in one go. The IO modules belonging to the core are: IO::Handle IO::Seekable IO::File IO::Pipe IO::Socket IO::Dir IO::Select IO::Poll Some other IO modules don't belong to the perl co...
TODDR/IO-1.51 - 23 Jan 2023 05:24:04 UTC
Term::ProgressBar::IO - Display a progress bar while reading from a seekable filehandle
Displays a progress bar using Term::ProgressBar which corresponds to reading from a filehandle. This module inherits from Term::ProgressBar and has all of its options....
MANWAR/Term-ProgressBar-2.23 - 08 Oct 2022 03:23:15 UTC
IO::File - supply object methods for filehandles
"IO::File" inherits from "IO::Handle" and "IO::Seekable". It extends these classes with methods that are specific to file handles....
TODDR/IO-1.51 - 23 Jan 2023 05:24:04 UTC
IO::Mark - Read unseekable filehandles non-destructively.
This is alpha quality code. It's slow. It may have bugs. Imagine you've got a function "get_image_size". You pass it a filehandle that's open on an image file and it returns the dimensions of the image. Imagine also that you have an open socket on wh...
ANDYA/IO-Mark-v0.0.1 - 28 Feb 2007 01:16:50 UTC
IO::HTML - Open an HTML file with automatic charset detection
IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.2 of the draft standard. The algorithm as implemented here is: 1. If t...
CJM/IO-HTML-1.004 - 26 Sep 2020 16:52:29 UTC
IO::Slice - restrict reads to a range in a file
This module allows the definition of a filehandle that only works on a slice of an input file. The "new" method provides back a GLOB that can be used as any other filehandle, mostly, with the notable exception of some methods like "stat", "fileno" an...
POLETTIX/IO-Slice-0.2 - 30 Dec 2014 15:24:08 UTC
IO::Moose::File - Reimplementation of IO::File with improvements
This class provides an interface mostly compatible with IO::File. The differences: * It is based on Moose object framework. * It uses Exception::Base for signaling errors. Most of methods are throwing exception on failure. * It doesn't export any con...
DEXTER/IO-Moose-0.1004 - 29 Oct 2009 12:15:13 UTC
IO::Compress::Zip - Write zip files/buffers
This module provides a Perl interface that allows writing zip compressed data to files or buffer. The primary purpose of this module is to provide streaming write access to zip files and buffers. At present the following compression methods are suppo...
PMQS/IO-Compress-2.206 - 25 Jul 2023 15:56:21 UTC
IO::NestedCapture - module for performing nested STD* handle captures
This module was partially inspired by IO::Capture, but is intended for a very different purpose and is not otherwise related to that package. In particular, I have a need for some pretty aggressive output/input redirection in a web project I'm workin...
HANENKAMP/IO-NestedCapture-1.03 - 14 Dec 2005 03:08:46 UTC
IO::Compress::Gzip - Write RFC 1952 files/buffers
This module provides a Perl interface that allows writing compressed data to files or buffer as defined in RFC 1952. All the gzip headers defined in RFC 1952 can be created using this module. For reading RFC 1952 files/buffers, see the companion modu...
PMQS/IO-Compress-2.206 - 25 Jul 2023 15:56:21 UTC
IO::Compress::Deflate - Write RFC 1950 files/buffers
This module provides a Perl interface that allows writing compressed data to files or buffer as defined in RFC 1950. For reading RFC 1950 files/buffers, see the companion module IO::Uncompress::Inflate....
PMQS/IO-Compress-2.206 - 25 Jul 2023 15:56:21 UTC
Spreadsheet::Edit::IO - convert between spreadsheet and csv files
Convert between CSV and spreadsheet files using external tools, plus some utility functions Currently this uses LibreOffice or OpenOffice (whatever is installed). An external tool is not needed when only CSV files are involved. $hash = OpenAsCsv INPU...
JIMAVERA/Spreadsheet-Edit-1000.011 - 28 Oct 2023 21:08:36 UTC
IO::Compress::RawDeflate - Write RFC 1951 files/buffers
This module provides a Perl interface that allows writing compressed data to files or buffer as defined in RFC 1951. Note that RFC 1951 data is not a good choice of compression format to use in isolation, especially if you want to auto-detect it. For...
PMQS/IO-Compress-2.206 - 25 Jul 2023 15:56:21 UTC
Module::Generic::File::IO - File IO Object Wrapper
This is a thin wrapper that inherits from IO::File with the purpose of providing a uniform api in conformity with standard api call throughout the Module::Generic modules family and to ensure call to any IO::File will never die, but instead set an er...
JDEGUEST/Module-Generic-v0.32.8 - 19 Nov 2023 00:11:38 UTC
Bio::Community::IO::FormatGuesser - Determine the format used by a community file
Given a file containing one or several communities, try to guess the file format used by examining the file content (not by looking at the file name). The guess() method will examine the data, line by line, until it finds a line that is specific to a...
FANGLY/Bio-Community-0.001008 - 08 Jan 2016 20:06:45 UTC