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

  NameDescription
Protected methodFileStream
Creates new instance of FileStream object.
Back to Top
Methods

  NameDescription
Public methodClose
Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.
(Overrides Stream Close .)
Public methodDispose
Releases all resources.
(Overrides Stream 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 Stream 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.)
Public methodLogFileOperation
Logs the file operation. Logs the file operation to the file and to current request log for debugging.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberNew(String, FileMode)
Initializes new instance and intializes new system file stream.
Public methodStatic memberNew(String, FileMode, FileAccess)
Initializes new instance and intializes new system file stream.
Public methodStatic memberNew(String, FileMode, FileAccess, FileShare)
Initializes new instance and intializes new system file stream.
Public methodStatic memberNew(String, FileMode, FileAccess, FileShare, Int32)
Initializes new instance and intializes new system file stream.
Public methodRead
Reads from stream.
(Overrides Stream Read( Byte , Int32, Int32).)
Public methodSeek
Sets the position within the current stream to the specified value.
(Overrides Stream Seek(Int64, SeekOrigin).)
Public methodSetLength
Sets length to stream.
(Overrides Stream SetLength(Int64).)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodWrite
Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
(Overrides Stream Write( Byte , Int32, Int32).)
Public methodWriteByte
Writes byte to stream.
(Overrides Stream 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
Gets the length in bytes of the stream.
(Overrides Stream Length.)
Public propertyPath
Stream path
Public propertyPosition
Gets or sets the position within the current stream.
(Overrides Stream Position.)
Public propertySystemStream
Gets or sets system stream.
(Overrides Stream SystemStream.)
Back to Top
See Also