Skip to content

Commit 56342ea

Browse files
authored
Add files via upload
1 parent f4aa520 commit 56342ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyfoxfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3307,6 +3307,10 @@ def ReadInStackedFileWithContentToArray(infile, fmttype="auto", filestart=0, see
33073307
return outretval
33083308

33093309

3310+
def ReadInStackedFilesWithContentToArray(infile, fmttype="auto", filestart=0, seekstart=0, seekend=0, listonly=False, contentasfile=True, uncompress=True, skipchecksum=False, formatspecs=__file_format_multi_dict__, seektoend=False):
3311+
return ReadInStackedFileWithContentToArray(infile, fmttype, filestart, seekstart, seekend, listonly, contentasfile, uncompress, skipchecksum, formatspecs, seektoend)
3312+
3313+
33103314
def ReadInMultipleStackedFileWithContentToArray(infile, fmttype="auto", filestart=0, seekstart=0, seekend=0, listonly=False, contentasfile=True, uncompress=True, skipchecksum=False, formatspecs=__file_format_multi_dict__, seektoend=False):
33113315
if(isinstance(infile, (list, tuple, ))):
33123316
pass

0 commit comments

Comments
 (0)