MCPcopy Create free account

hub / github.com/ctabin/libzippp / functions

Functions103 in github.com/ctabin/libzippp

↓ 60 callersMethodclose
src/libzippp.cpp:380
↓ 50 callersMethodopen
src/libzippp.cpp:315
↓ 36 callersMethodaddData
src/libzippp.cpp:818
↓ 26 callersMethodgetNbEntries
src/libzippp.cpp:513
↓ 24 callersMethodgetEntry
src/libzippp.cpp:572
↓ 23 callersMethodunlink
src/libzippp.cpp:470
↓ 22 callersFunctionisOpen
* Returns true if the ZipArchive is currently open. */
src/libzippp.h:327
↓ 20 callersMethodhasEntry
src/libzippp.cpp:559
↓ 14 callersMethodaddEntry
src/libzippp.cpp:861
↓ 7 callersMethodreadEntry
src/libzippp.cpp:627
↓ 7 callersMethodrenameEntry
src/libzippp.cpp:700
↓ 6 callersFunctioncallErrorHandlingCallback
src/libzippp.cpp:111
↓ 6 callersMethodreadAsText
src/libzippp.cpp:159
↓ 5 callersMethodgetCompressionMethod
src/libzippp.cpp:151
↓ 4 callersMethodgetComment
src/libzippp.cpp:139
↓ 4 callersFunctionisEncrypted
* Returns true if the ZipArchive is encrypted. This method returns true only if * a password has been set in the constructor. */
src/libzippp.h:338
↓ 3 callersFunctionZipEntry
src/libzippp.h:796
↓ 3 callersFunctioncallErrorHandlingCallbackFunc
src/libzippp.cpp:102
↓ 3 callersFunctionconvertCompressionFromLibzip
src/libzippp.cpp:78
↓ 3 callersMethodreadContent
src/libzippp.cpp:173
↓ 3 callersMethodsetComment
src/libzippp.cpp:143
↓ 2 callersFunctionconvertCompressionToLibzip
src/libzippp.cpp:55
↓ 2 callersMethoddeleteEntry
src/libzippp.cpp:668
↓ 2 callersMethoddiscard
src/libzippp.cpp:456
↓ 2 callersMethodopenBuffer
src/libzippp.cpp:249
↓ 2 callersFunctionprogress_callback
src/libzippp.cpp:360
↓ 2 callersMethodsetCompressionMethod
src/libzippp.cpp:147
↓ 2 callersMethodsetEntryCompressionConfig
src/libzippp.cpp:499
↓ 1 callersMethodcancel
tests/tests.cpp:63
↓ 1 callersMethodgetEntryComment
src/libzippp.cpp:605
↓ 1 callersFunctiongetSize
* Returns the size of the file (uncompressed). */
src/libzippp.h:717
↓ 1 callersFunctionisDirectory
* Returns true if the entry is a directory. */
src/libzippp.h:732
↓ 1 callersMethodopenSource
src/libzippp.cpp:277
↓ 1 callersMethodprogression
tests/tests.cpp:58
↓ 1 callersMethodremoveProgressListener
src/libzippp.cpp:879
↓ 1 callersMethodsetCompressionLevel
src/libzippp.cpp:155
↓ 1 callersMethodsetEntryComment
src/libzippp.cpp:619
↓ 1 callersFunctiontest1
tests/tests.cpp:68
↓ 1 callersFunctiontest10
tests/tests.cpp:334
↓ 1 callersFunctiontest11
tests/tests.cpp:363
↓ 1 callersFunctiontest12
tests/tests.cpp:395
↓ 1 callersFunctiontest13
tests/tests.cpp:418
↓ 1 callersFunctiontest14
tests/tests.cpp:440
↓ 1 callersFunctiontest15
tests/tests.cpp:462
↓ 1 callersFunctiontest16
tests/tests.cpp:494
↓ 1 callersFunctiontest17
tests/tests.cpp:522
↓ 1 callersFunctiontest18
tests/tests.cpp:537
↓ 1 callersFunctiontest19
tests/tests.cpp:567
↓ 1 callersFunctiontest2
tests/tests.cpp:98
↓ 1 callersFunctiontest20
tests/tests.cpp:622
↓ 1 callersFunctiontest21
tests/tests.cpp:699
↓ 1 callersFunctiontest22
tests/tests.cpp:778
↓ 1 callersFunctiontest23
tests/tests.cpp:818
↓ 1 callersFunctiontest23_2
tests/tests.cpp:897
↓ 1 callersFunctiontest24
tests/tests.cpp:935
↓ 1 callersFunctiontest3
tests/tests.cpp:137
↓ 1 callersFunctiontest4
tests/tests.cpp:174
↓ 1 callersFunctiontest5
tests/tests.cpp:198
↓ 1 callersFunctiontest6
tests/tests.cpp:222
↓ 1 callersFunctiontest7
tests/tests.cpp:246
↓ 1 callersFunctiontest8
tests/tests.cpp:275
↓ 1 callersFunctiontest9
tests/tests.cpp:304
MethodSimpleProgressListener
tests/tests.cpp:52
MethodZipArchive
src/libzippp.cpp:177
MethodZipEntry
src/libzippp.cpp:136
MethodaddFile
src/libzippp.cpp:774
FunctionaddProgressListener
* Registers the specified listener to be notified when the ZipArchive is closed. * A listener can be added even if the ZipArchive is not yet
src/libzippp.h:559
MethodcreateEntry
src/libzippp.cpp:520
FunctiondefaultErrorHandler
src/libzippp.cpp:128
Methodfree
src/libzippp.cpp:211
MethodfromBuffer
src/libzippp.cpp:215
MethodfromSource
src/libzippp.cpp:238
MethodfromWritableBuffer
src/libzippp.cpp:227
FunctiongetBufferLength
* Returns the buffer length of the buffer when the fromBuffer method has been used to create * the archive. Otherwise, this method returns 0.
src/libzippp.h:282
FunctiongetCRC
* Returns the CRC of the file. */
src/libzippp.h:727
FunctiongetCompressionLevel
src/libzippp.h:602
FunctiongetDate
* Returns the timestamp of the entry. */
src/libzippp.h:691
FunctiongetDeflatedSize
* Returns the size of the deflated file (compressed). */
src/libzippp.h:722
FunctiongetEncryptionMethod
* Returns the encryption method. * Can be one of ZIP_EM_NONE,ZIP_EM_AES_128,ZIP_EM_AES_192,ZIP_EM_AES_256 or ZIP_EM_TRAD_PKWARE. */
src/libzippp.h:712
MethodgetEntries
src/libzippp.cpp:538
FunctiongetEntriesCount
src/libzippp.h:367
FunctiongetIndex
* Returns the index of the file in the zip. */
src/libzippp.h:686
FunctiongetMode
* Returns the mode in which the file has been open. * If the archive is not open, then NOT_OPEN will be returned. */
src/libzippp.h:541
FunctiongetName
* Returns the name of the entry. */
src/libzippp.h:681
FunctiongetPath
* Returns the path of the ZipArchive. */
src/libzippp.h:287
FunctiongetProgressListeners
* Returns all the listeners registered to this ZipArchive. */
src/libzippp.h:569
FunctiongetProgressPrecision
* Defines the progress precision (defaults to 0.5). * This value is between 0.00 and 1.00 and determines how often the * progression
src/libzippp.h:579
FunctiongetZipHandle
* Returns the underlying libzip handle used by this ZipArchive. * This value will be set only when the ZipArchive is open. */
src/libzippp.h:547
FunctiongetZipSource
* Returns the underlying libzip source used by this ZipArchive. * This value will be available only when the archive has been created with Zi
src/libzippp.h:553
FunctionisFile
* Returns true if the entry is a file. */
src/libzippp.h:737
FunctionisMutable
* Returns true if the ZipArchive is open and mutable. */
src/libzippp.h:332
FunctionisNull
* Returns true if this entry is null (means no more entry is available). */
src/libzippp.h:742
Functionmain
tests/tests.cpp:946
FunctionmyErrorHandler
tests/tests.cpp:925
Functionprogress_cancel_callback
src/libzippp.cpp:369
MethodreadAsBinary
src/libzippp.cpp:169
FunctionremoveComment
* Removes the comment of the archive, if any. The archive must have been open * in WRITE or NEW mode. */
src/libzippp.h:352
FunctionsetCompressionLevel
* Defines the compression level to use. By default this value is zero to use the default behaviour of libzip. * Otherwise, this value should
src/libzippp.h:601
FunctionsetErrorHandlerCallback
* Defines the error handler callback to notify in case of error while handling * the underlying zip file. */
src/libzippp.h:586
FunctionsetProgressPrecision
src/libzippp.h:580
next →1–100 of 103, ranked by callers