summaryrefslogtreecommitdiff
path: root/MLKStringInputStream.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-31 12:20:50 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-31 12:20:50 +0200
commitbb2607cdac6214d76fe85442e58f1ea6bcc914ae (patch)
tree6a68f551816bf08c074918a1d46933dd35bb5aad /MLKStringInputStream.h
parent1be372285563189dba8f7ecf7b26a049f3728655 (diff)
Add READ, READ-FROM-STRING, and READ-PRESERVING-WHITESPACE.
Diffstat (limited to 'MLKStringInputStream.h')
-rw-r--r--MLKStringInputStream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKStringInputStream.h b/MLKStringInputStream.h
index 57a6c82..9545378 100644
--- a/MLKStringInputStream.h
+++ b/MLKStringInputStream.h
@@ -24,4 +24,5 @@
@interface MLKStringInputStream : MLKStream
-(MLKStringInputStream *) init;
-(MLKStringInputStream *) initWithString:(NSString *)string;
++(MLKStringInputStream *) streamWithString:(NSString *)string;
@end