Class FileSystemExtensions
Inheritance
System.Object
FileSystemExtensions
Assembly: DotNetNuke.dll
Syntax
public static class FileSystemExtensions : object
Methods
|
Improve this Doc
View Source
CheckZipEntry(ZipArchiveEntry)
Declaration
public static void CheckZipEntry(this ZipArchiveEntry input)
Parameters
Type |
Name |
Description |
ZipArchiveEntry |
input |
|
|
Improve this Doc
View Source
CheckZipEntry(ZipEntry)
Declaration
public static void CheckZipEntry(this ZipEntry input)
Parameters
Type |
Name |
Description |
ZipEntry |
input |
|
|
Improve this Doc
View Source
CopyToStream(Stream, Stream, Int32)
Declaration
public static void CopyToStream(this Stream strIn, Stream strOut, int bufferSize)
Parameters
Type |
Name |
Description |
Stream |
strIn |
|
Stream |
strOut |
|
System.Int32 |
bufferSize |
|
|
Improve this Doc
View Source
FileEntries(ZipArchive)
Declaration
public static IEnumerable<ZipArchiveEntry> FileEntries(this ZipArchive zip)
Parameters
Type |
Name |
Description |
ZipArchive |
zip |
|
Returns
Type |
Description |
IEnumerable<ZipArchiveEntry> |
|
|
Improve this Doc
View Source
ReadTextFile(ZipArchiveEntry)
Declaration
public static string ReadTextFile(this ZipArchiveEntry input)
Parameters
Type |
Name |
Description |
ZipArchiveEntry |
input |
|
Returns
Type |
Description |
System.String |
|