]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.runtime/scl/Stream.scl
Possibility to skip bytes when reading InputStream in SCL
[simantics/platform.git] / bundles / org.simantics.scl.runtime / scl / Stream.scl
index cd0d4588af02a7f483e0dfac6973168b378a61a5..150d55e6c9462ce3ca129f3c969e250b632ec0f2 100644 (file)
@@ -12,6 +12,7 @@ importJava "java.io.InputStream" where
     @private
     @JavaName close
     closeInputStream :: InputStream -> <Proc> ()
+    skip :: InputStream -> Long -> <Proc> Long
     
 instance Closeable InputStream where
     close = closeInputStream