C# Class PhoneNumbers.FlyweightMapStorage.ByteBuffer

Datei anzeigen Open project: naphaso/kilogram

Public Methods

Method Description
ByteBuffer ( int size ) : System
getCapacity ( ) : int
getInt ( int offset ) : int
getShort ( int offset ) : short
putInt ( int offset, int value ) : void
putShort ( int offset, short value ) : void

Method Details

ByteBuffer() public method

public ByteBuffer ( int size ) : System
size int
return System

getCapacity() public method

public getCapacity ( ) : int
return int

getInt() public method

public getInt ( int offset ) : int
offset int
return int

getShort() public method

public getShort ( int offset ) : short
offset int
return short

putInt() public method

public putInt ( int offset, int value ) : void
offset int
value int
return void

putShort() public method

public putShort ( int offset, short value ) : void
offset int
value short
return void