SupportClass ClassMediaSuite 3.1.1889.0
Inheritance Hierarchy

SystemObject
  StreamCoders.Container.Compression.Libs.zlibSupportClass

Namespace: StreamCoders.Container.Compression.Libs.zlib
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax

public class SupportClass

The SupportClass type exposes the following members.

Constructors

  NameDescription
Public methodSupportClass
Initializes a new instance of the SupportClass class
Top
Methods

  NameDescription
Public methodStatic memberIdentity(Double)
This method returns the literal value received
Public methodStatic memberIdentity(Int64)
This method returns the literal value received
Public methodStatic memberIdentity(Single)
This method returns the literal value received
Public methodStatic memberIdentity(UInt64)
This method returns the literal value received
Public methodStatic memberReadInput(Stream, Byte, Int32, Int32)
Reads a number of characters from the current source Stream and writes the data to the target array at the specified index.
Public methodStatic memberReadInput(TextReader, Byte, Int32, Int32)
Reads a number of characters from the current source TextReader and writes the data to the target array at the specified index.
Public methodStatic memberToByteArray
Converts a string to an array of bytes
Public methodStatic memberToCharArray
Converts an array of bytes to an array of chars
Public methodStatic memberURShift(Int32, Int32)
Performs an unsigned bitwise right shift with the specified number
Public methodStatic memberURShift(Int32, Int64)
Performs an unsigned bitwise right shift with the specified number
Public methodStatic memberURShift(Int64, Int32)
Performs an unsigned bitwise right shift with the specified number
Public methodStatic memberURShift(Int64, Int64)
Performs an unsigned bitwise right shift with the specified number
Top
Extension Methods

  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also

Reference