| UtilitiesHasMagicBytes Method |
| Name | Description | |
|---|---|---|
| HasMagicBytes(Byte, Byte) |
Determines whether the arrData array STARTS WITH with the supplied arrMagics bytes. Used for Content-Type sniffing.
| |
| HasMagicBytes(Byte, String) |
Determines whether the arrData array begins with the supplied sMagics ASCII text. Used for Content-Type sniffing.
| |
| HasMagicBytes(Byte, Int32, Byte) |