Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ILookInStream Struct Reference

#include <7zTypes.h>

Data Fields

SRes(* Look )(const ILookInStream *p, const void **buf, size_t *size)
 
SRes(* Skip )(const ILookInStream *p, size_t offset)
 
SRes(* Read )(const ILookInStream *p, void *buf, size_t *size)
 
SRes(* Seek )(const ILookInStream *p, Int64 *pos, ESzSeek origin)
 

Detailed Description

Definition at line 201 of file 7zTypes.h.

Field Documentation

SRes(* ILookInStream::Look)(const ILookInStream *p, const void **buf, size_t *size)

Definition at line 203 of file 7zTypes.h.

SRes(* ILookInStream::Read)(const ILookInStream *p, void *buf, size_t *size)

Definition at line 210 of file 7zTypes.h.

SRes(* ILookInStream::Seek)(const ILookInStream *p, Int64 *pos, ESzSeek origin)

Definition at line 212 of file 7zTypes.h.

SRes(* ILookInStream::Skip)(const ILookInStream *p, size_t offset)

Definition at line 207 of file 7zTypes.h.


The documentation for this struct was generated from the following file: