The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

MIME::Parser::Reader (3)
  • >> MIME::Parser::Reader (3) ( Разные man: Библиотечные вызовы )
  •  

    NAME

    MIME::Parser::Reader - a line-oriented reader for a MIME::Parser
     
    

    SYNOPSIS

    This module is used internally by MIME::Parser; you probably don't need to be looking at it at all. But just in case...

        ### Create a top-level reader, where chunks end at EOF:
        $rdr = MIME::Parser::Reader->new();
    
    

        ### Spawn a child reader, where chunks also end at a boundary:
        $subrdr = $rdr->spawn->add_boundary($bound);
    
    

        ### Spawn a child reader, where chunks also end at a given string:
        $subrdr = $rdr->spawn->add_terminator($string);
    
    

        ### Read until boundary or terminator:
        $subrdr->read_chunk($in, $out);
    
    

        ### Get info on how the stream ended:
        $eos      = $subrdr->eos;
        $eos_type = $subrdr->eos_type;
    
    
     

    DESCRIPTION

    A line-oriented reader which can deal with virtual end-of-stream defined by a collection of boundaries.

    Warning: this is a private class solely for use by MIME::Parser. This class has no official public interface


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру