Class COM.odi.jcpp.SJIScharPU
java.lang.Object
|
+----COM.odi.jcpp.SJIScharPU
- public class SJIScharPU
- extends Object
The SJIScharPU class is the unsafe counterpart class for the
SJIScharP class. For unsafe operations not provided here, use
the charPU class.
-
cast(PeerPointer)
- Creates a charP object and uses the same linear object reference
(linear address) as the specified peer pointer object.
cast
public static SJIScharP cast(PeerPointer p)
- Creates a charP object and uses the same linear object reference
(linear address) as the specified peer pointer object. Typically, this
is useful when you have a return value of type voidP or
charP and you know it should be of type SJIScharP.
- Parameters:
- p - The peer pointer object whose linear address you want to copy.
- Returns:
- The newly created SJIScharP object.
Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.