OutputFile implements read() and readx(); beware --stdout.

This commit is contained in:
John Reiser
2011-03-28 10:12:36 -07:00
parent c1d6bf4366
commit 519e3e01ae
2 changed files with 18 additions and 0 deletions
+2
View File
@@ -141,6 +141,8 @@ public:
// FIXME - these won't work when using the '--stdout' option
virtual void seek(off_t off, int whence);
virtual void rewrite(const void *buf, int len);
virtual int read(void *buf, int len);
virtual int readx(void *buf, int len);
// util
static void dump(const char *name, const void *buf, int len, int flags=-1);