FileStream MembersKentico 8.0 API Reference
The FileStream type exposes the following members.
Constructors

  NameDescription
Public methodFileStream(String, FileMode)
Initializes new instance and intializes new system file stream.
Public methodFileStream(String, FileMode, FileAccess)
Initializes new instance and intializes new system file stream.
Public methodFileStream(String, FileMode, FileAccess, FileShare)
Initializes new instance and intializes new system file stream.
Public methodFileStream(String, FileMode, FileAccess, FileShare, Int32)
Initializes new instance and intializes new system file stream.
Back to Top
Methods

  NameDescription
Public methodClose
Closes current stream.
(Overrides FileStream Close .)
Public methodDispose
Releases all resources.
(Overrides FileStream Dispose .)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodFlush
Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
(Overrides FileStream Flush .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodInitFileStream
Initializes the stream
Public methodLogFileOperation
Logs the file operation. Logs the file operation to the file and to current request log for debugging.
(Inherited from FileStream.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
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 methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
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).)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Properties

  NameDescription
Public propertyLength
Length of stream.
(Overrides FileStream Length.)
Public propertyPath
Stream path
(Inherited from FileStream.)
Public propertyPosition
Gets or sets position of current stream.
(Overrides FileStream Position.)
Public propertySystemStream
Gets or sets system stream
(Overrides FileStream SystemStream.)
Back to Top
See Also