C# 클래스 natix.CompactDS.SortedLongStream

상속: ILoadSave
파일 보기 프로젝트 열기: sadit/natix

공개 메소드들

메소드 설명
Add ( IEnumerable sortedlist ) : void
Add ( IEnumerable sortedlist ) : void
Decompress ( ) : List
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void
SortedLongStream ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( IEnumerable sortedlist ) : void
sortedlist IEnumerable
리턴 void

Add() 공개 메소드

public Add ( IEnumerable sortedlist ) : void
sortedlist IEnumerable
리턴 void

Decompress() 공개 메소드

public Decompress ( ) : List
리턴 List

Load() 공개 메소드

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
리턴 void

Save() 공개 메소드

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
리턴 void

SortedLongStream() 공개 메소드

public SortedLongStream ( ) : System
리턴 System