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

Mostrar archivo Open project: AArnott/dasblog

Protected Methods

Method 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 method

protected static DateTimeToPacked ( System.DateTime time ) : Int32
time System.DateTime
return System.Int32

FindSignature() protected static method

protected static FindSignature ( System s, int SignatureToFind ) : long
s System
SignatureToFind int
return long

PackedToDateTime() protected static method

protected static PackedToDateTime ( Int32 packedDateTime ) : System.DateTime
packedDateTime System.Int32
return System.DateTime

ReadSignature() protected static method

protected static ReadSignature ( System s ) : int
s System
return int

StringFromBuffer() protected static method

protected static StringFromBuffer ( byte buf, int start, int maxlength ) : string
buf byte
start int
maxlength int
return string