Annotation of libwww/Library/src/HTNetTxt.html, revision 2.6

2.1       frystyk     1: <HTML>
                      2: <HEAD>
2.4       frystyk     3: <TITLE>CRLF Stripper Stream</TITLE>
2.6     ! frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen, 25-Oct-1995 -->
2.1       frystyk     5: <NEXTID N="z18">
                      6: </HEAD>
                      7: <BODY>
                      8: 
                      9: <H1>Network Telnet To Internal Character Text</H1>
                     10: 
                     11: <PRE>
                     12: /*
2.2       frystyk    13: **     (c) COPYRIGHT MIT 1995.
2.1       frystyk    14: **     Please first read the full copyright statement in the file COPYRIGH.
                     15: */
                     16: </PRE>
                     17: 
                     18: This is a filter stream suitable for taking text from a socket and
                     19: passing it into a stream which expects text in the local C
                     20: representation.  It does newline conversion.  As usual, pass its
2.3       frystyk    21: output stream to it when creating it. <P>
                     22: 
2.6     ! frystyk    23: This module is implemented by <A HREF="HTNetTxt.c">HTNetTxt.c</A>, and
        !            24: it is a part of the <A HREF="http://www.w3.org/pub/WWW/Library/"> W3C
        !            25: Reference Library</A>.
2.1       frystyk    26: 
                     27: <PRE>
                     28: #ifndef HTNETTXT_H
                     29: #define HTNETTXT_H
                     30: 
2.6     ! frystyk    31: extern HTStream * HTNetToText (HTStream * target);
2.1       frystyk    32: 
                     33: #endif
                     34: </PRE>
                     35: End of definition module
                     36: </BODY>
                     37: </HTML>

Webmaster