1 out of 1 rated this helpful - Rate this topic

FileStream Methods

The FileStream type exposes the following members.

  Name Description
Public method Supported by the .NET Compact Framework Supported by the XNA Framework BeginRead Overloaded.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework BeginWrite Overloaded.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Close Overloaded.
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Protected method Supported by the .NET Compact Framework Supported by the XNA Framework CreateWaitHandle Obsolete. Allocates a WaitHandle object. (Inherited from Stream.)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Dispose Overloaded.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework EndRead Overloaded.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework EndWrite Overloaded.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework Supported by the XNA Framework Finalize Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the FileStream. (Overrides Object.Finalize().)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Flush Clears all buffers for this stream and causes any buffered data to be written to the file system. (Overrides Stream.Flush().)
Public method GetAccessControl Gets a FileSecurity object that encapsulates the access control list (ACL) entries for the file described by the current FileStream object.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework GetType Gets the type of the current instance. (Inherited from Object.)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public method Lock Prevents other processes from changing the FileStream.
Protected method Supported by the .NET Compact Framework Supported by the XNA Framework MemberwiseClone Overloaded.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Read Reads a block of bytes from the stream and writes the data in a given buffer. (Overrides Stream.Read(Byte[], Int32, Int32).)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework ReadByte Reads a byte from the file and advances the read position one byte. (Overrides Stream.ReadByte().)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Seek Sets the current position of this stream to the given value. (Overrides Stream.Seek(Int64, SeekOrigin).)
Public method SetAccessControl Applies access control list (ACL) entries described by a FileSecurity object to the file described by the current FileStream object.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework SetLength Sets the length of this stream to the given value. (Overrides Stream.SetLength(Int64).)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Unlock Allows access by other processes to all or part of a file that was previously locked.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Write Writes a block of bytes to this stream using data from a buffer. (Overrides Stream.Write(Byte[], Int32, Int32).)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework WriteByte Writes a byte to the current position in the file stream. (Overrides Stream.WriteByte(Byte).)
Top
  Name Description
Explicit interface implemetation Private method Supported by the .NET Compact Framework IDisposable.Dispose For a description of this member, see IDisposable.Dispose. (Inherited from Stream.)
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ