C# Class java.nio.Buffer

Inheritance: global::java.lang.Object
Afficher le fichier Open project: Mazrick/jni4net Class Usage Examples

Méthodes publiques

Méthode Description
Limit ( int par0 ) : void
Position ( int par0 ) : void

Méthodes protégées

Méthode Description
Buffer ( global @__env )

Private Methods

Méthode 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 méthode

protected Buffer ( global @__env )
@__env global

Limit() public méthode

public Limit ( int par0 ) : void
par0 int
Résultat void

Position() public méthode

public Position ( int par0 ) : void
par0 int
Résultat void