C# Class leveldb.Slice

Mostrar archivo Open project: kjk/leveldb-sharp

Public Methods

Method Description
IsEmpty ( ) : bool
RemovePrefix ( int n ) : void
Size ( ) : int
Slice ( ) : System
Slice ( byte data, int size ) : System
this ( int i ) : byte

Method Details

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

RemovePrefix() public method

public RemovePrefix ( int n ) : void
n int
return void

Size() public method

public Size ( ) : int
return int

Slice() public method

public Slice ( ) : System
return System

Slice() public method

public Slice ( byte data, int size ) : System
data byte
size int
return System

this() public method

public this ( int i ) : byte
i int
return byte