⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 htschunk.h

📁 www工具包
💻 H
字号:
/*  					W3C Sample Code Library libwww Stream to Chunk Converter!  Stream to Chunk Converter!*//***	(c) COPYRIGHT MIT 1995.**	Please first read the full copyright statement in the file COPYRIGH.*//*This stream converts a Stream obejct into aChunk object. Chunks are dynamic streams so thisis in other words a conversion from a stream based model to a dynamic databuffer model for handling a downloaded object. It is for the caller of thisstream to free the chunk.If max_size is 0 then we use a default size, if -1 then there is no limit.This module is implemented by HTSChunk.c, and itis a part of the  W3C Sample CodeLibrary.*/#ifndef HTSCHUNK_H#define HTSCHUNK_H#include "HTChunk.h"#include "HTStream.h"extern HTStream * HTStreamToChunk (HTRequest * 	request,				   HTChunk **	chunk,				   int 		max_size);/*End of definition module*/#endif /* HTSCHUNK_H *//*    @(#) $Id: HTSChunk.html,v 2.4 1998/05/14 02:11:03 frystyk Exp $*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -