C# 클래스 System.IO.Compression.ZipHelper

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

비공개 메소드들

메소드 설명
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