Skip to main content

SupportClass

SupportClass

Cocos2D.Compression.Zlib

Inheritance: System.Object

Constructors

SupportClass()

SupportClass()()

Methods

Identity(double)

System.Double Identity(double)(System.Double literal)
Parameters:
literal (System.Double)
Returns:
System.Double

Identity(long)

System.Int64 Identity(long)(System.Int64 literal)
Parameters:
literal (System.Int64)
Returns:
System.Int64

Identity(float)

System.Single Identity(float)(System.Single literal)
Parameters:
literal (System.Single)
Returns:
System.Single

Identity(ulong)

System.UInt64 Identity(ulong)(System.UInt64 literal)
Parameters:
literal (System.UInt64)
Returns:
System.UInt64

ReadInput(Stream, byte[], int, int)

System.Int32 ReadInput(Stream, byte[], int, int)(System.IO.Stream sourceStream, System.Byte[] target, System.Int32 start, System.Int32 count)
Parameters:
sourceStream (System.IO.Stream)
target (System.Byte[])
start (System.Int32)
count (System.Int32)
Returns:
System.Int32

ReadInput(TextReader, byte[], int, int)

System.Int32 ReadInput(TextReader, byte[], int, int)(System.IO.TextReader sourceTextReader, System.Byte[] target, System.Int32 start, System.Int32 count)
Parameters:
sourceTextReader (System.IO.TextReader)
target (System.Byte[])
start (System.Int32)
count (System.Int32)
Returns:
System.Int32

ToByteArray(string)

System.Byte[] ToByteArray(string)(System.String sourceString)
Parameters:
sourceString (System.String)
Returns:
System.Byte[]

ToCharArray(byte[])

System.Char[] ToCharArray(byte[])(System.Byte[] byteArray)
Parameters:
byteArray (System.Byte[])
Returns:
System.Char[]

URShift(int, int)

System.Int32 URShift(int, int)(System.Int32 number, System.Int32 bits)
Parameters:
number (System.Int32)
bits (System.Int32)
Returns:
System.Int32

URShift(int, long)

System.Int32 URShift(int, long)(System.Int32 number, System.Int64 bits)
Parameters:
number (System.Int32)
bits (System.Int64)
Returns:
System.Int32

URShift(long, int)

System.Int64 URShift(long, int)(System.Int64 number, System.Int32 bits)
Parameters:
number (System.Int64)
bits (System.Int32)
Returns:
System.Int64

URShift(long, long)

System.Int64 URShift(long, long)(System.Int64 number, System.Int64 bits)
Parameters:
number (System.Int64)
bits (System.Int64)
Returns:
System.Int64