Skip to content

Commit b99c17c

Browse files
authored
Add files via upload
1 parent 712da34 commit b99c17c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pycatfile.py

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

33103310

3311+
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):
3312+
return ReadInStackedFileWithContentToArray(infile, fmttype, filestart, seekstart, seekend, listonly, contentasfile, uncompress, skipchecksum, formatspecs, seektoend)
3313+
3314+
33113315
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):
33123316
if(isinstance(infile, (list, tuple, ))):
33133317
pass

0 commit comments

Comments
 (0)