Class Swift_ByteStream_FileByteStream
Allows reading and writing of bytes to and from a file.
- Swift_ByteStream_AbstractFilterableInputStream implements Swift_InputByteStream, Swift_Filterable
- Swift_ByteStream_FileByteStream implements Swift_FileStream
Package: Swift\ByteStream
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php
public
|
|
public
string
|
|
public
string
|
|
public
boolean
|
#
setReadPointer( integer $byteOffset )
Move the internal read pointer to $byteOffset in the stream. |
protected
|
|
protected
|
|
private
|
|
private
|
|
private
|
|
private
|
|
private
|
|
private
|
addFilter(),
bind(),
commit(),
flushBuffers(),
removeFilter(),
unbind(),
write()
|
private
integer
|
$_offset
The internal pointer offset |
#
0
|
private
|
$_path
The path to the file |
|
private
|
$_mode
The mode this file is opened in for writing |
|
private
|
$_reader
A lazy-loaded resource handle for reading the file |
|
private
|
$_writer
A lazy-loaded resource handle for writing the file |
|
private
boolean
|
$_quotes
If magic_quotes_runtime is on, this will be true |
#
false
|
private
|
$_seekable
If stream is seekable true/false, or null if not known |
#
null
|
$_sequence
|