Метод | Описание | |
---|---|---|
Create ( ) : long | ||
CreateNewObject ( long maxSize, bool compressed ) : ILargeObject | ||
Dispose ( ) : void | ||
GetObject ( ObjectId id ) : ILargeObject | ||
ObjectStore ( int id, IStore store ) : System.IO.Compression | ||
Open ( long offset ) : void |
Метод | Описание | |
---|---|---|
AddToRecordList ( long recordOffset ) : long | ||
CompleteObject ( LargeObject obj ) : void | ||
Dispose ( bool disposing ) : void | ||
EstablishReference ( long id ) : void | ||
ReadObjectPart ( long id, long objOffset, byte buffer, int off, int length ) : int | ||
ReleaseReference ( long id ) : bool | ||
WriteObjectPart ( long id, long objOffset, byte buffer, int off, int length ) : void |
public CreateNewObject ( long maxSize, bool compressed ) : ILargeObject | ||
maxSize | long | |
compressed | bool | |
Результат | ILargeObject |
public GetObject ( ObjectId id ) : ILargeObject | ||
id | ObjectId | |
Результат | ILargeObject |
public ObjectStore ( int id, IStore store ) : System.IO.Compression | ||
id | int | |
store | IStore | |
Результат | System.IO.Compression |