1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297
|
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="RarEntry" namespace="" name="RarEntry">
<constant name="HOST_MSDOS" value="0">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="HOST_OS2" value="1">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="HOST_WIN32" value="2">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="HOST_UNIX" value="3">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="HOST_MACOS" value="4">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="HOST_BEOS" value="5">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_WIN_READONLY" value="1">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_WIN_HIDDEN" value="2">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_WIN_SYSTEM" value="4">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_WIN_DIRECTORY" value="16">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_WIN_ARCHIVE" value="32">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_WIN_DEVICE" value="64">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_WIN_NORMAL" value="128">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_WIN_TEMPORARY" value="256">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_WIN_SPARSE_FILE" value="512">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_WIN_REPARSE_POINT" value="1024">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_WIN_COMPRESSED" value="2048">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_WIN_OFFLINE" value="4096">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_WIN_NOT_CONTENT_INDEXED" value="8192">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_WIN_ENCRYPTED" value="16384">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_WIN_VIRTUAL" value="65536">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_WORLD_EXECUTE" value="1">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_WORLD_WRITE" value="2">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_WORLD_READ" value="4">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_GROUP_EXECUTE" value="8">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_GROUP_WRITE" value="16">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_GROUP_READ" value="32">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_OWNER_EXECUTE" value="64">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_OWNER_WRITE" value="128">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_OWNER_READ" value="256">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_STICKY" value="512">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_SETGID" value="1024">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_SETUID" value="2048">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_FINAL_QUARTET" value="61440">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_FIFO" value="4096">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_CHAR_DEV" value="8192">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_DIRECTORY" value="16384">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_BLOCK_DEV" value="24576">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_REGULAR_FILE" value="32768">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_SYM_LINK" value="40960">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<constant name="ATTRIBUTE_UNIX_SOCKET" value="49152">
<docblock>
<var type="integer"/>
</docblock>
</constant>
<method name="extract" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Extract entry from the archive"/>
<return type="bool"/>
</docblock>
<parameter name="dir" optional="false" byreference="false" type="string"/>
<parameter name="filepath" optional="true" byreference="false" type="string"/>
<parameter name="password" optional="true" byreference="false" type="string"/>
<parameter name="extended_data" optional="true" byreference="false" type="object" class="bool"/>
</method>
<method name="getAttr" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get attributes of the entry"/>
<return type="int"/>
</docblock>
</method>
<method name="getCrc" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get CRC of the entry"/>
<return type="string"/>
</docblock>
</method>
<method name="getFileTime" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get entry last modification time"/>
<return type="string"/>
</docblock>
</method>
<method name="getHostOs" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get entry host OS"/>
<return type="int"/>
</docblock>
</method>
<method name="getMethod" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get pack method of the entry"/>
<return type="int"/>
</docblock>
</method>
<method name="getName" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get name of the entry"/>
<return type="string"/>
</docblock>
</method>
<method name="getPackedSize" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get packed size of the entry">Get packed size of the archive entry.</description>
<return type="int"/>
</docblock>
</method>
<method name="getStream" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get file handler for entry">Returns a file handler that supports read operations. This handler provides on-the-fly decompression for this entry.</description>
<return type="resource"/>
</docblock>
<parameter name="password" optional="true" byreference="false" type="string"/>
</method>
<method name="getUnpackedSize" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get unpacked size of the entry">Get unpacked size of the archive entry.</description>
<return type="int"/>
</docblock>
</method>
<method name="getVersion" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get minimum version of RAR program required to unpack the entry"/>
<return type="int"/>
</docblock>
</method>
<method name="isDirectory" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Test whether an entry represents a directory"/>
<return type="bool"/>
</docblock>
</method>
<method name="isEncrypted" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Test whether an entry is encrypted">Tests whether the current entry contents are encrypted.</description>
<return type="bool"/>
</docblock>
</method>
<method name="__toString" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get text representation of entry"/>
<return type="string"/>
</docblock>
</method>
</class>
|