htwriter.h
来自「www工具包」· C头文件 代码 · 共 63 行
H
63 行
/* W3C Sample Code Library libwww Unbuffered Socket Writer Stream! Unbuffered Socket Writer Stream!*//*** (c) COPYRIGHT MIT 1995.** Please first read the full copyright statement in the file COPYRIGH.*//*The Socket Writer Stream is an output stream which knows how to write to a BSD type socket. It is part of theTransport interface and may be registered aspart of a Transport Object. The applicationcan initialize this stream together with theHTReader stream, for example. In thedefault initialization module, you can find theHTTransportInit() function which sets up this stream as a defaulttransport for handling unbuffered socket write operations. See also thebuffered writer stream.This module is implemented by HTWriter.c, and itis a part of the W3C Sample CodeLibrary.*/#ifndef HTWRITE_H#define HTWRITE_H#include "HTIOStream.h"/**/extern HTOutput_new HTWriter_new;extern BOOL HTWriter_set (HTOutputStream * me, HTNet * net, HTChannel * ch, void * param, int mode);/**/#endif/* @(#) $Id: HTWriter.html,v 2.23 1998/05/14 02:11:18 frystyk Exp $*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?