]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/service/ByteReader.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / service / ByteReader.java
index 58e0901b7269a9d12f29fdcd4608a887395546d3..3ce3f6cdbb8c32da89bc9a5dd852643593c5117e 100644 (file)
@@ -1,15 +1,15 @@
-package org.simantics.db.service;\r
-\r
-public interface ByteReader {\r
-    /*\r
-     * Reads bytes from data source.\r
-     * \r
-     * Assumes that enough bytes are available.\r
-     * \r
-     * Uses and returns the supplied buffer.\r
-     * \r
-     * Allocates a new buffer if null buffer is supplied.\r
-     * \r
-     */\r
-    byte[] readBytes(byte[] buffer, int amount);\r
+package org.simantics.db.service;
+
+public interface ByteReader {
+    /*
+     * Reads bytes from data source.
+     * 
+     * Assumes that enough bytes are available.
+     * 
+     * Uses and returns the supplied buffer.
+     * 
+     * Allocates a new buffer if null buffer is supplied.
+     * 
+     */
+    byte[] readBytes(byte[] buffer, int amount);
 }
\ No newline at end of file