dynamicspecbuf.h

来自「larbin是一种开源的网络爬虫/网络蜘蛛」· C头文件 代码 · 共 18 行

H
18
字号
// Larbin// Sebastien Ailleret// 10-12-01 -> 10-12-01// this file is included in the definition of class html (file.h)  /* number of bits written */  int nbSpec;  /* feed file descriptor,   * return true and set errno = tooBig if necessary */  bool pipeSpec ();  /* the dynamic buffer in which everything is saved */  char *dynbuf;  int szDyn;  /** get the content of the page */  char *getContent ();  int getSize();

⌨️ 快捷键说明

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