xunzReadCurrentFile.vi

Read up to len bytes from the current file (opened by xunzOpenCurrentFile) into buf.

return the number of bytes copied. 0 on end of file, <0 (UNZ... error code) in case of error (UNZ_ERRNO for IO error, or XOnZip error for uncompress error).


Connector Pane

xunzReadCurrentFile.vi


Controls and Indicators

cdlrn

file/in

"unzip" filehandle from sunzOpen.vi

cu32

len

ii32

Result

istr

buf

idlrn

file/out

"unzip" filehandle from sunzOpen.vi