SOP.wtf/includes/CachedIntFileReader.php

16 lines
270 B
PHP
Raw Normal View History

2022-09-23 23:28:07 -07:00
<?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
{
}