C# Class net.sf.jni4net.nio.HeapByteBufferN

Inheritance: ByteBufferN
Afficher le fichier Open project: Mazrick/jni4net

Méthodes publiques

Méthode Description
asCharBuffer ( ) : BufferN
asDoubleBuffer ( ) : BufferN
asFloatBuffer ( ) : BufferN
asIntBuffer ( ) : BufferN
asLongBuffer ( ) : BufferN
asReadOnlyBuffer ( ) : ByteBufferN
asShortBuffer ( ) : BufferN
compact ( ) : ByteBufferN
duplicate ( ) : ByteBufferN
get ( byte dst, int offset, int length ) : ByteBufferN
get ( ) : byte
get ( int i ) : byte
getChar ( ) : char
getChar ( int i ) : char
getDouble ( ) : double
getDouble ( int i ) : double
getFloat ( ) : float
getFloat ( int i ) : float
getInt ( ) : int
getInt ( int i ) : int
getLong ( ) : long
getLong ( int i ) : long
getShort ( ) : short
getShort ( int i ) : short
isDirect ( ) : bool
isReadOnly ( ) : bool
put ( ByteBufferN src ) : ByteBufferN
put ( byte x ) : ByteBufferN
put ( byte src, int offset, int length ) : ByteBufferN
put ( int i, byte x ) : ByteBufferN
putChar ( char x ) : ByteBufferN
putChar ( int i, char x ) : ByteBufferN
putDouble ( double x ) : ByteBufferN
putDouble ( int i, double x ) : ByteBufferN
putFloat ( float x ) : ByteBufferN
putFloat ( int i, float x ) : ByteBufferN
putInt ( int x ) : ByteBufferN
putInt ( int i, int x ) : ByteBufferN
putLong ( int i, long x ) : ByteBufferN
putLong ( long x ) : ByteBufferN
putShort ( int i, short x ) : ByteBufferN
putShort ( short x ) : ByteBufferN
slice ( ) : ByteBufferN

Méthodes protégées

Méthode Description
HeapByteBufferN ( byte buf, int mark, int pos, int lim, int cap, int off ) : System
ix ( int i ) : int

Private Methods

Méthode Description
HeapByteBufferN ( byte buf, int off, int len ) : System
HeapByteBufferN ( int cap, int lim ) : System
_get ( int i ) : byte
_put ( int i, byte b ) : void

Method Details

HeapByteBufferN() protected méthode

protected HeapByteBufferN ( byte buf, int mark, int pos, int lim, int cap, int off ) : System
buf byte
mark int
pos int
lim int
cap int
off int
Résultat java.lang.System

asCharBuffer() public méthode

public asCharBuffer ( ) : BufferN
Résultat BufferN

asDoubleBuffer() public méthode

public asDoubleBuffer ( ) : BufferN
Résultat BufferN

asFloatBuffer() public méthode

public asFloatBuffer ( ) : BufferN
Résultat BufferN

asIntBuffer() public méthode

public asIntBuffer ( ) : BufferN
Résultat BufferN

asLongBuffer() public méthode

public asLongBuffer ( ) : BufferN
Résultat BufferN

asReadOnlyBuffer() public méthode

public asReadOnlyBuffer ( ) : ByteBufferN
Résultat ByteBufferN

asShortBuffer() public méthode

public asShortBuffer ( ) : BufferN
Résultat BufferN

compact() public méthode

public compact ( ) : ByteBufferN
Résultat ByteBufferN

duplicate() public méthode

public duplicate ( ) : ByteBufferN
Résultat ByteBufferN

get() public méthode

public get ( byte dst, int offset, int length ) : ByteBufferN
dst byte
offset int
length int
Résultat ByteBufferN

get() public méthode

public get ( ) : byte
Résultat byte

get() public méthode

public get ( int i ) : byte
i int
Résultat byte

getChar() public méthode

public getChar ( ) : char
Résultat char

getChar() public méthode

public getChar ( int i ) : char
i int
Résultat char

getDouble() public méthode

public getDouble ( ) : double
Résultat double

getDouble() public méthode

public getDouble ( int i ) : double
i int
Résultat double

getFloat() public méthode

public getFloat ( ) : float
Résultat float

getFloat() public méthode

public getFloat ( int i ) : float
i int
Résultat float

getInt() public méthode

public getInt ( ) : int
Résultat int

getInt() public méthode

public getInt ( int i ) : int
i int
Résultat int

getLong() public méthode

public getLong ( ) : long
Résultat long

getLong() public méthode

public getLong ( int i ) : long
i int
Résultat long

getShort() public méthode

public getShort ( ) : short
Résultat short

getShort() public méthode

public getShort ( int i ) : short
i int
Résultat short

isDirect() public méthode

public isDirect ( ) : bool
Résultat bool

isReadOnly() public méthode

public isReadOnly ( ) : bool
Résultat bool

ix() protected méthode

protected ix ( int i ) : int
i int
Résultat int

put() public méthode

public put ( ByteBufferN src ) : ByteBufferN
src ByteBufferN
Résultat ByteBufferN

put() public méthode

public put ( byte x ) : ByteBufferN
x byte
Résultat ByteBufferN

put() public méthode

public put ( byte src, int offset, int length ) : ByteBufferN
src byte
offset int
length int
Résultat ByteBufferN

put() public méthode

public put ( int i, byte x ) : ByteBufferN
i int
x byte
Résultat ByteBufferN

putChar() public méthode

public putChar ( char x ) : ByteBufferN
x char
Résultat ByteBufferN

putChar() public méthode

public putChar ( int i, char x ) : ByteBufferN
i int
x char
Résultat ByteBufferN

putDouble() public méthode

public putDouble ( double x ) : ByteBufferN
x double
Résultat ByteBufferN

putDouble() public méthode

public putDouble ( int i, double x ) : ByteBufferN
i int
x double
Résultat ByteBufferN

putFloat() public méthode

public putFloat ( float x ) : ByteBufferN
x float
Résultat ByteBufferN

putFloat() public méthode

public putFloat ( int i, float x ) : ByteBufferN
i int
x float
Résultat ByteBufferN

putInt() public méthode

public putInt ( int x ) : ByteBufferN
x int
Résultat ByteBufferN

putInt() public méthode

public putInt ( int i, int x ) : ByteBufferN
i int
x int
Résultat ByteBufferN

putLong() public méthode

public putLong ( int i, long x ) : ByteBufferN
i int
x long
Résultat ByteBufferN

putLong() public méthode

public putLong ( long x ) : ByteBufferN
x long
Résultat ByteBufferN

putShort() public méthode

public putShort ( int i, short x ) : ByteBufferN
i int
x short
Résultat ByteBufferN

putShort() public méthode

public putShort ( short x ) : ByteBufferN
x short
Résultat ByteBufferN

slice() public méthode

public slice ( ) : ByteBufferN
Résultat ByteBufferN