summaryrefslogtreecommitdiff
path: root/mono/Stream.custom
diff options
context:
space:
mode:
Diffstat (limited to 'mono/Stream.custom')
-rw-r--r--mono/Stream.custom4
1 files changed, 4 insertions, 0 deletions
diff --git a/mono/Stream.custom b/mono/Stream.custom
new file mode 100644
index 0000000..0ab4173
--- /dev/null
+++ b/mono/Stream.custom
@@ -0,0 +1,4 @@
+public long Seek (long offset)
+{
+ return this.Seek (offset, GMime.SeekWhence.Set);
+}