intarsys nativeC library

Uses of Class
de.intarsys.nativec.type.NativeSimple

Packages that use NativeSimple
de.intarsys.nativec.type Here you find the data types and data structures for native c. 
 

Uses of NativeSimple in de.intarsys.nativec.type
 

Subclasses of NativeSimple in de.intarsys.nativec.type
 class NativeByte
          A wrapper for a primitive byte.
 class NativeInt
          A wrapper for a primitive int (which is always 4 bytes except on ILP64 systems which can be treated as non-existent for our purposes).
 class NativeLong
          A wrapper for a primitive long.
 class NativeNumber
          An abstract superclass for the implementation of number NativeSimple.
 class NativeShort
          A wrapper for a primitive short.
 class NativeString
          A wrapper for a C single byte null terminated string.
 class NativeVoid
          An object representing "void" (nothing)
 class NativeWideString
          A wrapper for a C wide (double byte) string.
 


intarsys nativeC library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.