X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.runtime%2Fscl%2FStream.scl;h=150d55e6c9462ce3ca129f3c969e250b632ec0f2;hp=cd0d4588af02a7f483e0dfac6973168b378a61a5;hb=2f3ee5f87f0bd5d76da6d1a0d9572b50421d561d;hpb=ac5f1da15cc639da880fea86a7b828c8fa2e1b7e diff --git a/bundles/org.simantics.scl.runtime/scl/Stream.scl b/bundles/org.simantics.scl.runtime/scl/Stream.scl index cd0d4588a..150d55e6c 100644 --- a/bundles/org.simantics.scl.runtime/scl/Stream.scl +++ b/bundles/org.simantics.scl.runtime/scl/Stream.scl @@ -12,6 +12,7 @@ importJava "java.io.InputStream" where @private @JavaName close closeInputStream :: InputStream -> () + skip :: InputStream -> Long -> Long instance Closeable InputStream where close = closeInputStream