Initial import of current development status
[shipsimu.git] / ship-simu / inc / classes / interfaces / io / class_Streamable.php
diff --git a/ship-simu/inc/classes/interfaces/io/class_Streamable.php b/ship-simu/inc/classes/interfaces/io/class_Streamable.php
new file mode 100644 (file)
index 0000000..aaa697d
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+/**
+ * An interface for streams
+ * 
+ *
+ * @author     Roland Haeder <roland __NOSPAM__ [at] __REMOVE_ME__ mxchange [dot] org>
+ * @version    0.1
+ */
+interface Streamable extends FrameworkInterface {
+}
+
+//
+?>