]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/compressor/class_Bzip2Compressor.php
Copyright updated, interface RenderableMenu added
[core.git] / inc / classes / main / compressor / class_Bzip2Compressor.php
index b3cf7ef261abd37955e9195aeaa62f633f4c7308..ee692c2103e0532c6a7deb6930660575410f3c6b 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -54,8 +54,8 @@ class Bzip2Compressor extends BaseFrameworkSystem implements Compressor {
        /**
         * BZIP2 compression stream
         *
        /**
         * BZIP2 compression stream
         *
-        * @param               $streamData                     Mixed non-object stream data
-        * @return      $streamData                     The compressed stream data      
+        * @param       $streamData             Mixed non-object stream data
+        * @return      $streamData             The compressed stream data      
         * @throws      InvalidObjectException  If the stream is an object
         */
        public function compressStream ($streamData) {
         * @throws      InvalidObjectException  If the stream is an object
         */
        public function compressStream ($streamData) {
@@ -71,8 +71,8 @@ class Bzip2Compressor extends BaseFrameworkSystem implements Compressor {
        /**
         * BZIP2 decompression stream
         *
        /**
         * BZIP2 decompression stream
         *
-        * @param               $streamData                     Mixed non-object stream data
-        * @return      $streamData                     The decompressed stream data    
+        * @param       $streamData             Mixed non-object stream data
+        * @return      $streamData             The decompressed stream data    
         * @throws      InvalidObjectException  If the stream is an object
         */
        public function decompressStream ($streamData) {
         * @throws      InvalidObjectException  If the stream is an object
         */
        public function decompressStream ($streamData) {
@@ -88,7 +88,7 @@ class Bzip2Compressor extends BaseFrameworkSystem implements Compressor {
        /**
         * Getter for the file extension of this compressor
         *
        /**
         * Getter for the file extension of this compressor
         *
-        * @return      $string Returns always "bz2"
+        * @return      $string         Returns always "bz2"
         */
        public final function getCompressorExtension () {
                return "bz2";
         */
        public final function getCompressorExtension () {
                return "bz2";