?? htschunk.h
字號(hào):
/* 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 $*/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -