C# Класс Deveel.Data.Store.StoreBase.StoreArea

An IArea that is backed by a StoreBase.
Наследование: IArea
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
CopyTo ( IArea destArea, int size ) : void
Dispose ( ) : void
Flush ( ) : void
Read ( byte buffer, int offset, int length ) : int
StoreArea ( StoreBase store, long id, long offset, bool readOnly ) : System
StoreArea ( StoreBase store, long id, long offset, bool readOnly, long fixedSize ) : System
Write ( byte buffer, int offset, int length ) : void

Защищенные методы

Метод Описание
CheckAreaOffset ( int diff ) : long
Dispose ( bool disposing ) : void

Описание методов

CheckAreaOffset() защищенный Метод

protected CheckAreaOffset ( int diff ) : long
diff int
Результат long

CopyTo() публичный Метод

public CopyTo ( IArea destArea, int size ) : void
destArea IArea
size int
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Flush() публичный Метод

public Flush ( ) : void
Результат void

Read() публичный Метод

public Read ( byte buffer, int offset, int length ) : int
buffer byte
offset int
length int
Результат int

StoreArea() публичный Метод

public StoreArea ( StoreBase store, long id, long offset, bool readOnly ) : System
store StoreBase
id long
offset long
readOnly bool
Результат System

StoreArea() публичный Метод

public StoreArea ( StoreBase store, long id, long offset, bool readOnly, long fixedSize ) : System
store StoreBase
id long
offset long
readOnly bool
fixedSize long
Результат System

Write() публичный Метод

public Write ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
Результат void