apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: File_Archive_Reader_Zip

Source Location: /File_Archive-1.0.0/File/Archive/Reader/Zip.php

Class Overview

File_Archive_Reader_Archive
   |
   --File_Archive_Reader_Zip

ZIP archive reader


Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 38]
ZIP archive reader

Currently only allows to browse the archive (getData is not available)



[ Top ]


Class Variables

$currentFilename =  null

[line 40]


Type:   mixed


[ Top ]

$currentStat =  null

[line 41]


Type:   mixed


[ Top ]

$data =  null

[line 44]


Type:   mixed


[ Top ]

$header =  null

[line 42]


Type:   mixed


[ Top ]

$offset =  0

[line 43]


Type:   mixed


[ Top ]



Method Detail

close   [line 49]

void close( )

  • See: File_Archive_Reader::close()

[ Top ]

getData   [line 176]

void getData( [ $length = -1])

  • See: File_Archive_Reader::getData()

Parameters:

   $length   — 

[ Top ]

getFilename   [line 62]

void getFilename( )

  • See: File_Archive_Reader::getFilename()

[ Top ]

getStat   [line 66]

void getStat( )

  • See: File_Archive_Reader::getStat()

[ Top ]

next   [line 157]

void next( )

Go to next file entry in ZIP archive

This function will not stop on a folder entry

  • See: File_Archive_Reader::next()

[ Top ]

nextWithFolders   [line 75]

void nextWithFolders( )

Go to next entry in ZIP archive This function may stop on a folder, so it does not comply to the File_Archive_Reader::next specs
  • See: File_Archive_Reader::next()

[ Top ]

skip   [line 199]

void skip( $length)

  • See: File_Archive_Reader::skip()

Parameters:

   $length   — 

[ Top ]

uncompressData   [line 203]

void uncompressData( )


[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:21:14 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.