C# Class newtelligence.DasBlog.Util.Zip.Shared

Afficher le fichier Open project: AArnott/dasblog

Méthodes protégées

Méthode Description
DateTimeToPacked ( System.DateTime time ) : Int32
FindSignature ( System s, int SignatureToFind ) : long
PackedToDateTime ( Int32 packedDateTime ) : System.DateTime
ReadSignature ( System s ) : int
StringFromBuffer ( byte buf, int start, int maxlength ) : string

Method Details

DateTimeToPacked() protected static méthode

protected static DateTimeToPacked ( System.DateTime time ) : Int32
time System.DateTime
Résultat System.Int32

FindSignature() protected static méthode

protected static FindSignature ( System s, int SignatureToFind ) : long
s System
SignatureToFind int
Résultat long

PackedToDateTime() protected static méthode

protected static PackedToDateTime ( Int32 packedDateTime ) : System.DateTime
packedDateTime System.Int32
Résultat System.DateTime

ReadSignature() protected static méthode

protected static ReadSignature ( System s ) : int
s System
Résultat int

StringFromBuffer() protected static méthode

protected static StringFromBuffer ( byte buf, int start, int maxlength ) : string
buf byte
start int
maxlength int
Résultat string