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

Inheritance: ByteBufferN
ファイルを表示 Open project: Mazrick/jni4net

Public Methods

Method 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

Protected Methods

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

Private Methods

Method 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 method

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
return java.lang.System

asCharBuffer() public method

public asCharBuffer ( ) : BufferN
return BufferN

asDoubleBuffer() public method

public asDoubleBuffer ( ) : BufferN
return BufferN

asFloatBuffer() public method

public asFloatBuffer ( ) : BufferN
return BufferN

asIntBuffer() public method

public asIntBuffer ( ) : BufferN
return BufferN

asLongBuffer() public method

public asLongBuffer ( ) : BufferN
return BufferN

asReadOnlyBuffer() public method

public asReadOnlyBuffer ( ) : ByteBufferN
return ByteBufferN

asShortBuffer() public method

public asShortBuffer ( ) : BufferN
return BufferN

compact() public method

public compact ( ) : ByteBufferN
return ByteBufferN

duplicate() public method

public duplicate ( ) : ByteBufferN
return ByteBufferN

get() public method

public get ( byte dst, int offset, int length ) : ByteBufferN
dst byte
offset int
length int
return ByteBufferN

get() public method

public get ( ) : byte
return byte

get() public method

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

getChar() public method

public getChar ( ) : char
return char

getChar() public method

public getChar ( int i ) : char
i int
return char

getDouble() public method

public getDouble ( ) : double
return double

getDouble() public method

public getDouble ( int i ) : double
i int
return double

getFloat() public method

public getFloat ( ) : float
return float

getFloat() public method

public getFloat ( int i ) : float
i int
return float

getInt() public method

public getInt ( ) : int
return int

getInt() public method

public getInt ( int i ) : int
i int
return int

getLong() public method

public getLong ( ) : long
return long

getLong() public method

public getLong ( int i ) : long
i int
return long

getShort() public method

public getShort ( ) : short
return short

getShort() public method

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

isDirect() public method

public isDirect ( ) : bool
return bool

isReadOnly() public method

public isReadOnly ( ) : bool
return bool

ix() protected method

protected ix ( int i ) : int
i int
return int

put() public method

public put ( ByteBufferN src ) : ByteBufferN
src ByteBufferN
return ByteBufferN

put() public method

public put ( byte x ) : ByteBufferN
x byte
return ByteBufferN

put() public method

public put ( byte src, int offset, int length ) : ByteBufferN
src byte
offset int
length int
return ByteBufferN

put() public method

public put ( int i, byte x ) : ByteBufferN
i int
x byte
return ByteBufferN

putChar() public method

public putChar ( char x ) : ByteBufferN
x char
return ByteBufferN

putChar() public method

public putChar ( int i, char x ) : ByteBufferN
i int
x char
return ByteBufferN

putDouble() public method

public putDouble ( double x ) : ByteBufferN
x double
return ByteBufferN

putDouble() public method

public putDouble ( int i, double x ) : ByteBufferN
i int
x double
return ByteBufferN

putFloat() public method

public putFloat ( float x ) : ByteBufferN
x float
return ByteBufferN

putFloat() public method

public putFloat ( int i, float x ) : ByteBufferN
i int
x float
return ByteBufferN

putInt() public method

public putInt ( int x ) : ByteBufferN
x int
return ByteBufferN

putInt() public method

public putInt ( int i, int x ) : ByteBufferN
i int
x int
return ByteBufferN

putLong() public method

public putLong ( int i, long x ) : ByteBufferN
i int
x long
return ByteBufferN

putLong() public method

public putLong ( long x ) : ByteBufferN
x long
return ByteBufferN

putShort() public method

public putShort ( int i, short x ) : ByteBufferN
i int
x short
return ByteBufferN

putShort() public method

public putShort ( short x ) : ByteBufferN
x short
return ByteBufferN

slice() public method

public slice ( ) : ByteBufferN
return ByteBufferN