|
| static long | Identity (long literal) |
| | This method returns the literal value received More...
|
| |
| static ulong | Identity (ulong literal) |
| | This method returns the literal value received More...
|
| |
| static float | Identity (float literal) |
| | This method returns the literal value received More...
|
| |
| static double | Identity (double literal) |
| | This method returns the literal value received More...
|
| |
| static int | URShift (int number, int bits) |
| | Performs an unsigned bitwise right shift with the specified number More...
|
| |
| static int | URShift (int number, long bits) |
| | Performs an unsigned bitwise right shift with the specified number More...
|
| |
| static long | URShift (long number, int bits) |
| | Performs an unsigned bitwise right shift with the specified number More...
|
| |
| static long | URShift (long number, long bits) |
| | Performs an unsigned bitwise right shift with the specified number More...
|
| |
| static System.Int32 | ReadInput (System.IO.Stream sourceStream, byte[] target, int start, int count) |
| | Reads a number of characters from the current source Stream and writes the data to the target array at the specified index. More...
|
| |
| static System.Int32 | ReadInput (System.IO.TextReader sourceTextReader, byte[] target, int start, int count) |
| | Reads a number of characters from the current source TextReader and writes the data to the target array at the specified index. More...
|
| |
| static byte[] | ToByteArray (System.String sourceString) |
| | Converts a string to an array of bytes More...
|
| |
| static char[] | ToCharArray (byte[] byteArray) |
| | Converts an array of bytes to an array of chars More...
|
| |
| static long ComponentAce.Compression.Libs.zlib.SupportClass.Identity |
( |
long |
literal | ) |
|
|
inlinestatic |
This method returns the literal value received
- Parameters
-
| literal | The literal to return |
- Returns
- The received value
| static ulong ComponentAce.Compression.Libs.zlib.SupportClass.Identity |
( |
ulong |
literal | ) |
|
|
inlinestatic |
This method returns the literal value received
- Parameters
-
| literal | The literal to return |
- Returns
- The received value
| static float ComponentAce.Compression.Libs.zlib.SupportClass.Identity |
( |
float |
literal | ) |
|
|
inlinestatic |
This method returns the literal value received
- Parameters
-
| literal | The literal to return |
- Returns
- The received value
| static double ComponentAce.Compression.Libs.zlib.SupportClass.Identity |
( |
double |
literal | ) |
|
|
inlinestatic |
This method returns the literal value received
- Parameters
-
| literal | The literal to return |
- Returns
- The received value
| static System.Int32 ComponentAce.Compression.Libs.zlib.SupportClass.ReadInput |
( |
System.IO.Stream |
sourceStream, |
|
|
byte[] |
target, |
|
|
int |
start, |
|
|
int |
count |
|
) |
| |
|
inlinestatic |
Reads a number of characters from the current source Stream and writes the data to the target array at the specified index.
- Parameters
-
| sourceStream | The source Stream to read from. |
| target | Contains the array of characteres read from the source Stream. |
| start | The starting index of the target array. |
| count | The maximum number of characters to read from the source Stream. |
- Returns
- The number of characters read. The number will be less than or equal to count depending on the data available in the source Stream. Returns -1 if the end of the stream is reached.
| static System.Int32 ComponentAce.Compression.Libs.zlib.SupportClass.ReadInput |
( |
System.IO.TextReader |
sourceTextReader, |
|
|
byte[] |
target, |
|
|
int |
start, |
|
|
int |
count |
|
) |
| |
|
inlinestatic |
Reads a number of characters from the current source TextReader and writes the data to the target array at the specified index.
- Parameters
-
| sourceTextReader | The source TextReader to read from |
| target | Contains the array of characteres read from the source TextReader. |
| start | The starting index of the target array. |
| count | The maximum number of characters to read from the source TextReader. |
- Returns
- The number of characters read. The number will be less than or equal to count depending on the data available in the source TextReader. Returns -1 if the end of the stream is reached.
| static byte [] ComponentAce.Compression.Libs.zlib.SupportClass.ToByteArray |
( |
System.String |
sourceString | ) |
|
|
inlinestatic |
Converts a string to an array of bytes
- Parameters
-
| sourceString | The string to be converted |
- Returns
- The new array of bytes
| static char [] ComponentAce.Compression.Libs.zlib.SupportClass.ToCharArray |
( |
byte[] |
byteArray | ) |
|
|
inlinestatic |
Converts an array of bytes to an array of chars
- Parameters
-
| byteArray | The array of bytes to convert |
- Returns
- The new array of chars
| static int ComponentAce.Compression.Libs.zlib.SupportClass.URShift |
( |
int |
number, |
|
|
int |
bits |
|
) |
| |
|
inlinestatic |
Performs an unsigned bitwise right shift with the specified number
- Parameters
-
| number | Number to operate on |
| bits | Ammount of bits to shift |
- Returns
- The resulting number from the shift operation
| static int ComponentAce.Compression.Libs.zlib.SupportClass.URShift |
( |
int |
number, |
|
|
long |
bits |
|
) |
| |
|
inlinestatic |
Performs an unsigned bitwise right shift with the specified number
- Parameters
-
| number | Number to operate on |
| bits | Ammount of bits to shift |
- Returns
- The resulting number from the shift operation
| static long ComponentAce.Compression.Libs.zlib.SupportClass.URShift |
( |
long |
number, |
|
|
int |
bits |
|
) |
| |
|
inlinestatic |
Performs an unsigned bitwise right shift with the specified number
- Parameters
-
| number | Number to operate on |
| bits | Ammount of bits to shift |
- Returns
- The resulting number from the shift operation
| static long ComponentAce.Compression.Libs.zlib.SupportClass.URShift |
( |
long |
number, |
|
|
long |
bits |
|
) |
| |
|
inlinestatic |
Performs an unsigned bitwise right shift with the specified number
- Parameters
-
| number | Number to operate on |
| bits | Ammount of bits to shift |
- Returns
- The resulting number from the shift operation
The documentation for this class was generated from the following file:
- AMPS.Client/zlibNET/SupportClass.cs