Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefZipArchive::File

CefBaseRefCounted
   |
   +--CefZipArchive::File

   in cef_zip_archive.h

class CefZipArchive::File
extends CefBaseRefCounted

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() const = 0
          Returns the read-only data contained in the file.
 virtual size_t GetDataSize() const = 0
          Returns the size of the data in the file.
 virtual CefRefPtr< CefStreamReader > GetStreamReader() const = 0
          Returns a CefStreamReader object for streaming the contents of the file.
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

GetData

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

GetDataSize

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

GetStreamReader

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

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

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