]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/streams/input/class_
Continued:
[core.git] / framework / main / classes / streams / input / class_
index 0bae09ff7bbe905f7dbdc56d9bb05142c4390a80..0e5a31c24273cfe82f3e41caaff764956aad5d31 100644 (file)
@@ -56,7 +56,5 @@ class ???InputStream extends BaseStream implements InputStream {
                self::createDebugInstance(__CLASS__)->debugOutput('Unhandled ' . strlen($data) . ' bytes in this stream.');
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
                self::createDebugInstance(__CLASS__)->debugOutput('Unhandled ' . strlen($data) . ' bytes in this stream.');
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
-}
 
 
-// [EOF]
-?>
+}