I need to convert a byte[] array into a stream (e.g. for uploading a file), then in another part of my code, convert a stream back into an array (e.g. for downloading a file). Is there a way to do these operations without making a copy of the byte arrays?I need to convert a byte[] array into a stream