Class COM.odi.jcpp.EUCJIScharPU

java.lang.Object
   |
   +----COM.odi.jcpp.EUCJIScharPU

public class EUCJIScharPU
extends Object
The EUCJIScharPU class is the unsafe counterpart class for the EUCJIScharP class. For unsafe operations not provided here, use the charPU class.


Method Index

 o cast(PeerPointer)
Creates a charP object and uses the same linear object reference (linear address) as the specified peer pointer object.

Methods

 o cast
  public static EUCJIScharP 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 EUCJIScharP.

Parameters:
p - The peer pointer object whose linear address you want to copy.

Returns:
The newly created EUCJIScharP object.

Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.