| 1 | <?php |
||
| 10 | class UncompressedSection extends Section |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Initializes the instance. |
||
| 14 | * |
||
| 15 | * @param \CHMLib\CHM $chm The parent CHM file. |
||
| 16 | */ |
||
| 17 | 4 | public function __construct(CHM $chm) |
|
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | * |
||
| 26 | * @see \CHMLib\Section\Section::getContents() |
||
| 27 | */ |
||
| 28 | 10 | public function getContents($offset, $length) |
|
| 40 | } |
||
| 41 |