Files are seekable!

This commit is contained in:
vspader 2007-03-04 00:18:28 +00:00
parent 7d6c8fc6f5
commit ea4eb96c2a

View file

@ -30,7 +30,7 @@
- (BOOL)seekable
{
return NO;
return YES;
}
- (BOOL)seek:(long)position whence:(int)whence