JNA API 3.2.3

com.sun.jna.examples
Interface CLibrary

All Superinterfaces:
Library

public interface CLibrary
extends Library

Sample implementation of C library access.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
Library.Handler
 
Field Summary
static CLibrary INSTANCE
           
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Method Summary
 int atol(java.lang.String s)
           
 

Field Detail

INSTANCE

static final CLibrary INSTANCE
Method Detail

atol

int atol(java.lang.String s)

JNA API 3.2.3

Copyright © 2007-2009 Timothy Wall. All Rights Reserved.