Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefZipArchive::File

CefBase
   |
   +--CefZipArchive::File

   in cef_zip_archive.h

class CefZipArchive::File
extends CefBase

Class representing a file in the archive. Accessing the file data from multiple threads is safe provided a reference to the File object is kept.


Method Summary
 virtual const unsigned char* GetData()= 0
          Returns the read-only data contained in the file.
 virtual size_t GetDataSize()= 0
          Returns the size of the data in the file.
 virtual CefRefPtr< CefStreamReader > GetStreamReader()= 0
          Returns a CefStreamReader object for streaming the contents of the file.
   
Methods inherited from class CefBase
AddRef, Release, GetRefCt
 

Method Detail

GetData

public virtual const unsigned char* GetData()= 0;
Returns the read-only data contained in the file.

GetDataSize

public virtual size_t GetDataSize()= 0;
Returns the size of the data in the file.

GetStreamReader

public virtual CefRefPtr< CefStreamReader > GetStreamReader()= 0;
Returns a CefStreamReader object for streaming the contents of the file.

 Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2011 Marshall A. Greenblatt