FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kTar_BeginWrite ( kTar  tar,
const kChar itemPath,
kBool  isDirectory,
k64u  itemSize 
)

Prepares a kTar object opened in write mode for the next item.

After a new item is started, the caller must write the specified number of bytes to the kTar object.

Parameters
tarkTar object.
itemPathPath of the item.
isDirectoryIs object a directory.
itemSizeSize of the item.
Returns
Operation status.