PackEntrySize()

语法

Result = PackEntrySize(#Pack [, Mode])
概要
Returns the size of the current entry, set with NextPackEntry().

参数

#Pack The pack to use.
Mode (optional) The size type to get. It can be one of the following values:
  #PB_Packer_UncompressedSize: returns the uncompressed size of the entry (default).
  #PB_Packer_CompressedSize  : returns the compressed size of the entry.

返回值

Returns the size of the current entry.

参阅

OpenPack(), NextPackEntry(), PackEntryType(), PackEntryName()

已支持操作系统

所有

<- PackEntryName() - Packer Index - PackEntryType() ->