I zip string to byte array and unzip byte array to string in my .NET application.
Is it possible to check if byte array contains zipped string? I.e. I want to avoid double zipping of already zipped string or trying to unzip plain text.
|
|
|
I could be wrong, but if I remember correctly the first two bytes of a zip file/stream have a signature. They should always be So supposing your byte array is called
|
|||