]> git.mxchange.org Git - hub.git/commitdiff
Fixed interface.
authorRoland Häder <haeder@hmmdeutschland.de>
Thu, 22 May 2014 08:16:08 +0000 (10:16 +0200)
committerRoland Häder <haeder@hmmdeutschland.de>
Thu, 22 May 2014 08:16:08 +0000 (10:16 +0200)
Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
application/hub/main/streams/raw_data/input/class_RawDataInputStream.php
application/hub/main/streams/raw_data/output/class_RawDataOutputStream.php

index 4bfda2668e02f44698493366b21d72e7762b5e03..dcd58ca3725a23042a590b12d07579c1ef632167 100644 (file)
@@ -26,7 +26,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class RawDataInputStream extends BaseStream implements InputStreamable {
+class RawDataInputStream extends BaseStream implements InputStream {
        /**
         * Protected constructor
         *
index caf5cae27320da57c717592e809f250e0e8df044..97ce0ae21fd8a3006d833c9211ef0ad9ffd03398 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class RawDataOutputStream extends BaseStream implements OutputStreamable {
+class RawDataOutputStream extends BaseStream implements OutputStream {
        /**
         * Protected constructor
         *