System.IO.Compression.WrappedStream.WrappedStream C# (CSharp) Méthode

WrappedStream() private méthode

private WrappedStream ( Stream baseStream, ZipArchiveEntry entry, Action onClosed ) : System.Diagnostics.Contracts
baseStream Stream
entry ZipArchiveEntry
onClosed Action
Résultat System.Diagnostics.Contracts
        internal WrappedStream(Stream baseStream, ZipArchiveEntry entry, Action<ZipArchiveEntry> onClosed)
            : this(baseStream, false, entry, onClosed)
        { }

Same methods

WrappedStream::WrappedStream ( Stream baseStream, bool closeBaseStream ) : System.Diagnostics.Contracts
WrappedStream::WrappedStream ( Stream baseStream, bool closeBaseStream, ZipArchiveEntry entry, Action onClosed ) : System.Diagnostics.Contracts