Mojo::Asset man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Mojo::Asset(3)	      User Contributed Perl Documentation	Mojo::Asset(3)

NAME
       Mojo::Asset - Asset Base Class

SYNOPSIS
	 use Mojo::Base 'Mojo::Asset';

DESCRIPTION
       Mojo::Asset is an abstract base class for assets.

ATTRIBUTES
       Mojo::Asset implements the following attributes.

   "end_range"
	 my $end = $asset->end_range;
	 $asset	 = $asset->end_range(8);

       Pretend file ends earlier.

   "start_range"
	 my $start = $asset->start_range;
	 $asset	   = $asset->start_range(0);

       Pretend file starts later.

METHODS
       Mojo::Asset inherits all methods from Mojo::Base and implements the
       following new ones.

   "add_chunk"
	 $asset = $asset->add_chunk('foo bar baz');

       Add chunk of data to asset.

   "contains"
	 my $position = $asset->contains('bar');

       Check if asset contains a specific string.

   "get_chunk"
	 my $chunk = $asset->get_chunk($offset);

       Get chunk of data starting from a specific position.

   "move_to"
	 $asset = $asset->move_to('/foo/bar/baz.txt');

       Move asset data into a specific file.

   "size"
	 my $size = $asset->size;

       Size of asset data in bytes.

   "slurp"
	 my $string = $file->slurp;

       Read all asset data at once.

SEE ALSO
       Mojolicious, Mojolicious::Guides, <http://mojolicio.us>.

perl v5.14.1			  2011-09-01			Mojo::Asset(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net