Click or drag to resize
FileStream Methods

The FileStream type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes current stream.
(Overrides FileStreamClose.)
Public methodDispose
Releases all resources.
(Overrides FileStreamDispose.)
Public methodFlush
Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
(Overrides FileStreamFlush.)
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 FileStreamRead(Byte, Int32, Int32).)
Public methodSeek
Sets the position within the current stream to the specified value.
(Overrides FileStreamSeek(Int64, SeekOrigin).)
Public methodSetLength
Set length to stream.
(Overrides FileStreamSetLength(Int64).)
Public methodWrite
Writes sequence of bytes to stream.
(Overrides FileStreamWrite(Byte, Int32, Int32).)
Public methodWriteByte
Writes byte to the stream.
(Overrides FileStreamWriteByte(Byte).)
Top
See Also