creole.util
[ class tree: creole.util ] [ index: creole.util ] [ all elements ]

Class: Blob

Source Location: /creole/util/Blob.php

Class Overview

Lob
   |
   --Blob

A class for handling binary LOBs.


Author(s):

Version:

  • $Revision: 1.5 $

Methods


Inherited Variables

Inherited Methods

Class: Lob

Lob::__construct()
Construct a new Lob.
Lob::dump()
Dump the contents of the file to stdout.
Lob::getContents()
Get the contents of the LOB.
Lob::getInputFile()
Get the file that we want this LOB read from.
Lob::getOutputFile()
Get the file that we want this LOB saved to.
Lob::isFromFile()
Returns whether this Lob is loaded from file.
Lob::isModified()
Whether LOB contents have been modified after initial setting.
Lob::readFromFile()
Read LOB data from file (binary safe).
Lob::setContents()
Set the contents of this LOB.
Lob::setInputFile()
Specify the file that we want this LOB read from.
Lob::setModified()
Set whether LOB contents have been modified after initial setting.
Lob::setOutputFile()
Specify the file that we want this LOB saved to.
Lob::writeToFile()
Write LOB data to file (binary safe).
Lob::__toString()
Convenience method to get contents of LOB as string.

Class Details

[line 31]
A class for handling binary LOBs.



Tags:

version:  $Revision: 1.5 $
author:  Hans Lellelid <hans@xmpl.org>


[ Top ]


Class Methods


method dump [line 39]

void dump( )

Dump the contents of the file using fpassthru().



Tags:

throws:  Exception if no file or contents.


Overrides Lob::dump() (Dump the contents of the file to stdout.)

[ Top ]


Documentation generated on Mon, 23 Aug 2004 21:51:10 -0400 by phpDocumentor 1.3.0RC3