C# Class java.nio.Buffer

Inheritance: global::java.lang.Object
Exibir arquivo Open project: Mazrick/jni4net Class Usage Examples

Public Methods

Method Description
Limit ( int par0 ) : void
Position ( int par0 ) : void

Protected Methods

Method Description
Buffer ( global @__env )

Private Methods

Method Description
InitJNI ( global @__env, java @__class ) : void
capacity ( ) : int
clear ( ) : global::java.nio.Buffer
flip ( ) : global::java.nio.Buffer
hasRemaining ( ) : bool
isReadOnly ( ) : bool
limit ( int par0 ) : global::java.nio.Buffer
limit ( ) : int
mark ( ) : global::java.nio.Buffer
position ( int par0 ) : global::java.nio.Buffer
position ( ) : int
remaining ( ) : int
reset ( ) : global::java.nio.Buffer
rewind ( ) : global::java.nio.Buffer

Method Details

Buffer() protected method

protected Buffer ( global @__env )
@__env global

Limit() public method

public Limit ( int par0 ) : void
par0 int
return void

Position() public method

public Position ( int par0 ) : void
par0 int
return void