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

  NameDescription
Protected methodDeflateStream
Initializes a new instance with an expandable capacity initialized to zero.
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.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberNew(Stream, CompressionMode)
Returns new instance of stream reader class.
Public methodStatic memberNew(Stream, CompressionMode, Boolean)
Returns new instance of stream reader class.
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 propertyPosition
Position of stream.
(Overrides Stream Position.)
Public propertySystemStream
Gets or sets System.IO stream object.
(Overrides Stream SystemStream.)
Back to Top
See Also