Search:
Namespaces
Discussions
.NET v1.1
Feedback
FileStream.Position
Messages
Related Types
This message was discovered on
ASPFriends.com 'ngfx-io' list
.
Nick Webb
-- Moved from [aspngcs] to [ngfx-io] by Tony Stark <
Click here to reveal e-mail address
> --
Has anybody made any sense of the Position property of the
FileStream
class?
If I've just performed my first
StreamReader
.ReadLine from the start of an
ascii carriage-return-line-feed file and lets say that equated to 100 bytes
including the CRLF, then surely the Position property should read 100 or
101? However, it seems to be buffering and therefore the position property
is set to 1024.
Nick Webb
Reply to this message...
=?iso-8859-1?q?Katrina=20Illidge?=
the filestream type does make use of a memory buffer. one suggestion:-
try calling Flush() before reading in the bytes.
--- Nick Webb <
Click here to reveal e-mail address
> wrote: > -- Moved from
[aspngcs] to [ngfx-io] by Tony Stark
[Original message clipped]
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
Reply to this message...
System.IO.FileStream
System.IO.StreamReader
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com