Searched refs:localFileContent (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/webclients/novnc/include/
H A Djsunzip.js120 var localFileContent = relativeOffsetOfLocalHeader + 30 + localFileNameLength + localExtraFieldLength; variable
128 'localFileContent' : localFileContent,
146 var result = tinf.uncompress(this.data, fileInfo.localFileContent);
152 return { 'status' : true, 'data' : this.data.slice(fileInfo.localFileContent, fileInfo.localFileContent + fileInfo.uncompressedSize) };

Completed in 54 milliseconds