BearFramework\App\NullDataItemStreamWrapper

BearFramework\App\NullDataItemStreamWrapper implements BearFramework\App\IDataItemStreamWrapper {

    
/* Methods */
    
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 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/NullDataItemStreamWrapper.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.