parent::__destruct();
}
+ /**
+ * Getter for the file pointer
+ *
+ * @return $filePointer The file pointer which shall be a valid file resource
+ * @throws UnsupportedOperationException If this method is called
+ */
+ public final function getPointer () {
+ self::createDebugInstance(__CLASS__)->debugOutput('Unhandled ' . strlen($data) . ' bytes in this stream.');
+ throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
+ }
+
/**
* Setter for file name
*
/**
* Close a file source and set it's instance to null and the file name
- * to empty
+ * to empty.
*
* @return void
- * @throws NullPointerException If the file pointer instance
- * is not set by setPointer()
+ * @throws NullPointerException If the file pointer instance is not set by setPointer()
* @throws InvalidResourceException If there is being set
*/
public function closeFile () {
/**
* Getter for the file pointer
*
- * @return $filePointer The file pointer which shall be a valid
- * file resource
+ * @return $filePointer The file pointer which shall be a valid file resource
*/
public final function getPointer () {
return $this->filePointer;