SOP.wtf/includes/CachedIntFileReader.php

16 lines
270 B
PHP

<?php
/**
* This file is part of the POMO package.
*/
namespace POMO\Streams;
/**
* Reads the contents of the file in the beginning.
*
* @author Danilo Segan <danilo@kvota.net>
*/
class CachedIntFileReader extends CachedFileReader implements StreamInterface
{
}