Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ctabin/libzippp
/ functions
Functions
103 in github.com/ctabin/libzippp
⨍
Functions
103
◇
Types & classes
13
↓ 60 callers
Method
close
src/libzippp.cpp:380
↓ 50 callers
Method
open
src/libzippp.cpp:315
↓ 36 callers
Method
addData
src/libzippp.cpp:818
↓ 26 callers
Method
getNbEntries
src/libzippp.cpp:513
↓ 24 callers
Method
getEntry
src/libzippp.cpp:572
↓ 23 callers
Method
unlink
src/libzippp.cpp:470
↓ 22 callers
Function
isOpen
* Returns true if the ZipArchive is currently open. */
src/libzippp.h:327
↓ 20 callers
Method
hasEntry
src/libzippp.cpp:559
↓ 14 callers
Method
addEntry
src/libzippp.cpp:861
↓ 7 callers
Method
readEntry
src/libzippp.cpp:627
↓ 7 callers
Method
renameEntry
src/libzippp.cpp:700
↓ 6 callers
Function
callErrorHandlingCallback
src/libzippp.cpp:111
↓ 6 callers
Method
readAsText
src/libzippp.cpp:159
↓ 5 callers
Method
getCompressionMethod
src/libzippp.cpp:151
↓ 4 callers
Method
getComment
src/libzippp.cpp:139
↓ 4 callers
Function
isEncrypted
* 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 callers
Function
ZipEntry
src/libzippp.h:796
↓ 3 callers
Function
callErrorHandlingCallbackFunc
src/libzippp.cpp:102
↓ 3 callers
Function
convertCompressionFromLibzip
src/libzippp.cpp:78
↓ 3 callers
Method
readContent
src/libzippp.cpp:173
↓ 3 callers
Method
setComment
src/libzippp.cpp:143
↓ 2 callers
Function
convertCompressionToLibzip
src/libzippp.cpp:55
↓ 2 callers
Method
deleteEntry
src/libzippp.cpp:668
↓ 2 callers
Method
discard
src/libzippp.cpp:456
↓ 2 callers
Method
openBuffer
src/libzippp.cpp:249
↓ 2 callers
Function
progress_callback
src/libzippp.cpp:360
↓ 2 callers
Method
setCompressionMethod
src/libzippp.cpp:147
↓ 2 callers
Method
setEntryCompressionConfig
src/libzippp.cpp:499
↓ 1 callers
Method
cancel
tests/tests.cpp:63
↓ 1 callers
Method
getEntryComment
src/libzippp.cpp:605
↓ 1 callers
Function
getSize
* Returns the size of the file (uncompressed). */
src/libzippp.h:717
↓ 1 callers
Function
isDirectory
* Returns true if the entry is a directory. */
src/libzippp.h:732
↓ 1 callers
Method
openSource
src/libzippp.cpp:277
↓ 1 callers
Method
progression
tests/tests.cpp:58
↓ 1 callers
Method
removeProgressListener
src/libzippp.cpp:879
↓ 1 callers
Method
setCompressionLevel
src/libzippp.cpp:155
↓ 1 callers
Method
setEntryComment
src/libzippp.cpp:619
↓ 1 callers
Function
test1
tests/tests.cpp:68
↓ 1 callers
Function
test10
tests/tests.cpp:334
↓ 1 callers
Function
test11
tests/tests.cpp:363
↓ 1 callers
Function
test12
tests/tests.cpp:395
↓ 1 callers
Function
test13
tests/tests.cpp:418
↓ 1 callers
Function
test14
tests/tests.cpp:440
↓ 1 callers
Function
test15
tests/tests.cpp:462
↓ 1 callers
Function
test16
tests/tests.cpp:494
↓ 1 callers
Function
test17
tests/tests.cpp:522
↓ 1 callers
Function
test18
tests/tests.cpp:537
↓ 1 callers
Function
test19
tests/tests.cpp:567
↓ 1 callers
Function
test2
tests/tests.cpp:98
↓ 1 callers
Function
test20
tests/tests.cpp:622
↓ 1 callers
Function
test21
tests/tests.cpp:699
↓ 1 callers
Function
test22
tests/tests.cpp:778
↓ 1 callers
Function
test23
tests/tests.cpp:818
↓ 1 callers
Function
test23_2
tests/tests.cpp:897
↓ 1 callers
Function
test24
tests/tests.cpp:935
↓ 1 callers
Function
test3
tests/tests.cpp:137
↓ 1 callers
Function
test4
tests/tests.cpp:174
↓ 1 callers
Function
test5
tests/tests.cpp:198
↓ 1 callers
Function
test6
tests/tests.cpp:222
↓ 1 callers
Function
test7
tests/tests.cpp:246
↓ 1 callers
Function
test8
tests/tests.cpp:275
↓ 1 callers
Function
test9
tests/tests.cpp:304
Method
SimpleProgressListener
tests/tests.cpp:52
Method
ZipArchive
src/libzippp.cpp:177
Method
ZipEntry
src/libzippp.cpp:136
Method
addFile
src/libzippp.cpp:774
Function
addProgressListener
* 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
Method
createEntry
src/libzippp.cpp:520
Function
defaultErrorHandler
src/libzippp.cpp:128
Method
free
src/libzippp.cpp:211
Method
fromBuffer
src/libzippp.cpp:215
Method
fromSource
src/libzippp.cpp:238
Method
fromWritableBuffer
src/libzippp.cpp:227
Function
getBufferLength
* 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
Function
getCRC
* Returns the CRC of the file. */
src/libzippp.h:727
Function
getCompressionLevel
src/libzippp.h:602
Function
getDate
* Returns the timestamp of the entry. */
src/libzippp.h:691
Function
getDeflatedSize
* Returns the size of the deflated file (compressed). */
src/libzippp.h:722
Function
getEncryptionMethod
* 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
Method
getEntries
src/libzippp.cpp:538
Function
getEntriesCount
src/libzippp.h:367
Function
getIndex
* Returns the index of the file in the zip. */
src/libzippp.h:686
Function
getMode
* 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
Function
getName
* Returns the name of the entry. */
src/libzippp.h:681
Function
getPath
* Returns the path of the ZipArchive. */
src/libzippp.h:287
Function
getProgressListeners
* Returns all the listeners registered to this ZipArchive. */
src/libzippp.h:569
Function
getProgressPrecision
* 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
Function
getZipHandle
* Returns the underlying libzip handle used by this ZipArchive. * This value will be set only when the ZipArchive is open. */
src/libzippp.h:547
Function
getZipSource
* 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
Function
isFile
* Returns true if the entry is a file. */
src/libzippp.h:737
Function
isMutable
* Returns true if the ZipArchive is open and mutable. */
src/libzippp.h:332
Function
isNull
* Returns true if this entry is null (means no more entry is available). */
src/libzippp.h:742
Function
main
tests/tests.cpp:946
Function
myErrorHandler
tests/tests.cpp:925
Function
progress_cancel_callback
src/libzippp.cpp:369
Method
readAsBinary
src/libzippp.cpp:169
Function
removeComment
* Removes the comment of the archive, if any. The archive must have been open * in WRITE or NEW mode. */
src/libzippp.h:352
Function
setCompressionLevel
* 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
Function
setErrorHandlerCallback
* Defines the error handler callback to notify in case of error while handling * the underlying zip file. */
src/libzippp.h:586
Function
setProgressPrecision
src/libzippp.h:580
next →
1–100 of 103, ranked by callers