R

SafeStream::register() — Method in class SafeStream

Registers protocol 'safe://'.

S

SafeStreamClass in namespace Nette\Utils

Provides atomicity and isolation for thread safe file manipulation using stream safe://

SafeStream::stream_open() — Method in class SafeStream

Opens file.

SafeStream::stream_close() — Method in class SafeStream

Closes file.

SafeStream::stream_read() — Method in class SafeStream

Reads up to length bytes from the file.

SafeStream::stream_write() — Method in class SafeStream

Writes the string to the file.

SafeStream::stream_truncate() — Method in class SafeStream

Truncates a file to a given length.

SafeStream::stream_tell() — Method in class SafeStream

Returns the position of the file.

SafeStream::stream_eof() — Method in class SafeStream

Returns TRUE if the file pointer is at end-of-file.

SafeStream::stream_seek() — Method in class SafeStream

Sets the file position indicator for the file.

SafeStream::stream_stat() — Method in class SafeStream

Gets information about a file referenced by $this->tempHandle.

U

SafeStream::url_stat() — Method in class SafeStream

Gets information about a file referenced by filename.

SafeStream::unlink() — Method in class SafeStream

Deletes a file.