C# 클래스 natix.CompactDS.LongStream

A stream and random access of positive long values.
상속: ILoadSave
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 메소드들

메소드 설명
Add ( IEnumerable array ) : int

Add the specified long value to the stream. Returns the offset of the first inserted value in the underlying OctetStream.

Add ( long v ) : int

Add the specified long value to the stream. Returns the offset in the underlying OctetStream.

Decompress ( int firstIndex, int count ) : List
Decompress ( List list, OctetStream ctx, int count ) : void
Decompress ( List list, int firstIndex, int count ) : void
Load ( BinaryReader Input ) : void
LongStream ( ) : System
LongStream ( LongStream longstream ) : System
Read ( ) : long
Save ( BinaryWriter Output ) : void
this ( int index ) : long

Retrives the long stored at index position of the stream

메소드 상세

Add() 공개 메소드

Add the specified long value to the stream. Returns the offset of the first inserted value in the underlying OctetStream.
public Add ( IEnumerable array ) : int
array IEnumerable
리턴 int

Add() 공개 메소드

Add the specified long value to the stream. Returns the offset in the underlying OctetStream.
public Add ( long v ) : int
v long V.
리턴 int

Decompress() 공개 메소드

public Decompress ( int firstIndex, int count ) : List
firstIndex int
count int
리턴 List

Decompress() 공개 메소드

public Decompress ( List list, OctetStream ctx, int count ) : void
list List
ctx OctetStream
count int
리턴 void

Decompress() 공개 메소드

public Decompress ( List list, int firstIndex, int count ) : void
list List
firstIndex int
count int
리턴 void

Load() 공개 메소드

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

LongStream() 공개 메소드

public LongStream ( ) : System
리턴 System

LongStream() 공개 메소드

public LongStream ( LongStream longstream ) : System
longstream LongStream
리턴 System

Read() 공개 메소드

public Read ( ) : long
리턴 long

Save() 공개 메소드

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

this() 공개 메소드

Retrives the long stored at index position of the stream
public this ( int index ) : long
index int
리턴 long