Lines Matching refs:getData
128 $header = $this->source->getData(8);
136 $name = $this->source->getData(16);
137 $mtime = $this->source->getData(12);
138 $uid = $this->source->getData(6);
139 $gid = $this->source->getData(6);
140 $mode = $this->source->getData(8);
141 $size = $this->source->getData(10);
142 $delim = $this->source->getData(2);
158 $name = $this->source->getData($matches[1]);
192 function getData($length = -1) function in File_Archive_Reader_Ar
203 $data = $this->source->getData($length);
336 $data = $this->getData($blockPos);
339 $data .= $this->getData($length);
346 $data .= $this->getData();