?? htguess.h
字號:
/* W3C Sample Code Library libwww Content-Type Guessing Stream! Content-Type Guessing Stream!*//*** (c) COPYRIGHT MIT 1995.** Please first read the full copyright statement in the file COPYRIGH.*//*This interface provides functionality for guessing unknown media types frommagic words. The stream is a one that reads first a chunk of stuff, triesto figure out the format, and calls HTStreamStack(). This isa kind of lazy-evaluation of HTStreamStack().This could be extended arbitrarily to recognize all the possible file formatsin the world, if someone only had time to do it.This module is implemented by HTGuess.c, and it isa part of the W3C Sample CodeLibrary.*/#ifndef HTGUESS_H#define HTGUESS_H#include "HTStream.h"#include "HTFormat.h"extern HTConverter HTGuess_new;#endif /* !HTGUESS_H *//* @(#) $Id: HTGuess.html,v 2.18 1998/05/14 02:10:31 frystyk Exp $*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -