BearFramework\App\FileDataItemStreamWrapper

BearFramework\App\FileDataItemStreamWrapper implements BearFramework\App\IDataItemStreamWrapper {

    
/* Methods */
    
public __construct string $key string $dir )
    public 
void close void )
    public 
bool eof void )
    public 
bool exists void )
    public 
bool flush void )
    public 
bool open string $mode )
    public 
string read int $count )
    public 
bool seek int $offset int $whence )
    public 
int size void )
    public 
int tell void )
    public 
bool truncate int $newSize )
    public 
int write string $data )

}
Methods
public __construct ( string $key , string $dir )
public void close ( void )
public bool eof ( void )
public bool exists ( void )
public bool flush ( void )
public bool open ( string $mode )
public string read ( int $count )
public bool seek ( int $offset , int $whence )
public int size ( void )
public int tell ( void )
public bool truncate ( int $newSize )
public int write ( string $data )
Details
Location: ~/src/App/FileDataItemStreamWrapper.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.