Click or drag to resize
FileStream Methods

The FileStream type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes current stream.
(Overrides FileStream.Close().)
Public methodDispose
Releases all resources.
(Overrides FileStream.Dispose().)
Public methodFlush
Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
(Overrides FileStream.Flush().)
Protected methodInitFileStream
Initializes file stream object.
Public methodLogFileOperation
Logs the file operation. Logs the file operation to the file and to current request log for debugging.
(Inherited from FileStream.)
Public methodRead
Reads data from stream and stores them into array.
(Overrides FileStream.Read(Byte[], Int32, Int32).)
Public methodSeek
Sets the position within the current stream to the specified value.
(Overrides FileStream.Seek(Int64, SeekOrigin).)
Public methodSetLength
Set length to stream.
(Overrides FileStream.SetLength(Int64).)
Public methodWrite
Writes sequence of bytes to stream.
(Overrides FileStream.Write(Byte[], Int32, Int32).)
Public methodWriteByte
Writes byte to the stream.
(Overrides FileStream.WriteByte(Byte).)
Top
See Also