C# Class System.IO.Compression.ZipHelper

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Methods

Méthode Description
AdvanceToPosition ( this stream, long position ) : void
DateTimeToDosTime ( DateTime dateTime ) : uint
DosTimeToDateTime ( uint dateTime ) : DateTime
ReadBytes ( Stream stream, byte buffer, int bytesToRead ) : void
RequiresUnicode ( string test ) : bool
SeekBackwardsAndRead ( Stream stream, byte buffer, int &bufferPointer ) : bool
SeekBackwardsToSignature ( Stream stream, uint signatureToFind ) : bool