BearFramework\App\IDataItemStreamWrapper

BearFramework\App\IDataItemStreamWrapper {

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

}
Methods
abstract public void close ( void )
abstract public bool eof ( void )
abstract public bool exists ( void )
abstract public bool flush ( void )
abstract public bool open ( string $mode )
abstract public string read ( int $count )
abstract public bool seek ( int $offset , int $whence )
abstract public int size ( void )
abstract public int tell ( void )
abstract public bool truncate ( int $newSize )
abstract 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.