Method | Description | |
---|---|---|
ExtractZipFileFromZipStream ( Stream fileStream ) : |
Returns a package that can be traversed
|
|
GetPartStream ( |
Method | Description | |
---|---|---|
CopyNonSeekableStream ( Stream source, Stream outputStream ) : void | ||
CopyStream ( System sourceStream, System outputStream ) : void |
Copies one filestream to another.
|
|
GetSeekableStream ( Stream sourceStream ) : Stream |
public static ExtractZipFileFromZipStream ( Stream fileStream ) : |
||
fileStream | Stream | the memorystream containing the zip file. |
return |
public static GetPartStream ( |
||
zipFile | ||
zipEntry | ||
return | Stream |