de.intarsys.nativec.type
Class NativeSimple
java.lang.Object
de.intarsys.nativec.type.NativeObject
de.intarsys.nativec.type.NativeSimple
- All Implemented Interfaces:
- INativeObject
- Direct Known Subclasses:
- NativeNumber, NativeString, NativeVoid, NativeWideString
public abstract class NativeSimple
- extends NativeObject
An abstract superclass for the implementation of primitive
NativeObject
instances. These NativeObject
instances are not
constructed from other NativeObject
instances but implemented
directly in Java, having a fixed size.
Method Summary |
int |
getByteCount()
The number of bytes occupied by this. |
Methods inherited from class de.intarsys.nativec.type.NativeObject |
cast, createReference, getByte, getByteArray, getBytes, getCLong, getInt, getNativeHandle, getNativeHandle, getNativeType, getShort, getString, getWideString, isNull, setByte, setByteArray, setCLong, setInt, setNativeHandle, setShort, setString, setWideString, toNestedString |
getByteCount
public int getByteCount()
- Description copied from class:
NativeObject
- The number of bytes occupied by this.
- Specified by:
getByteCount
in class NativeObject
- Returns:
- The number of bytes occupied by this.
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.