C# Класс natix.CompactDS.LongStream

A stream and random access of positive long values.
Наследование: ILoadSave
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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