C# Class Deveel.Data.Store.PortableFile

Inheritance: IFile
Mostrar archivo Open project: deveel/deveeldb

Private Properties

Property Type Description
Dispose void
PortableFile System

Public Methods

Method Description
Close ( ) : void
Delete ( ) : void
Dispose ( ) : void
Flush ( bool writeThrough ) : void
Read ( byte buffer, int offset, int length ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int length ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void
PortableFile ( PCLStorage fileSystem, string fileName, Stream fileStream, bool readOnly ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( bool writeThrough ) : void
writeThrough bool
return void

Read() public method

public Read ( byte buffer, int offset, int length ) : int
buffer byte
offset int
length int
return int

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long

SetLength() public method

public SetLength ( long value ) : void
value long
return void

Write() public method

public Write ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
return void