intarsys nativeC library

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

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

Uses of NativeObject in de.intarsys.nativec.type
 

Subclasses of NativeObject in de.intarsys.nativec.type
 class NativeArray
          An INativeObject that represents a homogeneous (this means of equal length and type) sequence of other INativeObject instances.
 class NativeBuffer
          A wrapper for a sequence of bytes.
 class NativeByte
          A wrapper for a primitive byte.
 class NativeGenericStruct
          The generic struct may change its type at runtime.
 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 NativeReference
          An object representing a reference to another object ("pointer").
 class NativeShort
          A wrapper for a primitive short.
 class NativeSimple
          An abstract superclass for the implementation of primitive NativeObject instances.
 class NativeStaticStruct
          A struct with a statically defined type.
 class NativeString
          A wrapper for a C single byte null terminated string.
 class NativeStruct
          An abstract superclass for the implementation of structured NativeObject instances.
 class NativeVoid
          An object representing "void" (nothing)
 class NativeWideString
          A wrapper for a C wide (double byte) string.
 

Methods in de.intarsys.nativec.type that return NativeObject
 NativeObject NativeWideStringType.createNative(INativeHandle handle)
           
 NativeObject NativeStringType.createNative(INativeHandle handle)
           
 NativeObject NativeShortType.createNative(INativeHandle handle)
           
 NativeObject NativeWideStringType.createNative(Object value)
           
 NativeObject NativeStringType.createNative(Object value)
           
 NativeObject NativeShortType.createNative(Object value)
           
 


intarsys nativeC library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.