mfcobol.lang
Class Pointer

java.lang.Object
  |
  +--com.microfocus.cobol.lang.Pointer
        |
        +--mfcobol.lang.Pointer
All Implemented Interfaces:
Cloneable, DataType, DataType

Deprecated. replaced by com.microfocus.cobol.lang.Pointer

public class Pointer
extends Pointer
implements DataType, DataType

Micro Focus Java Support

Since:
Net Express 3.1, Server Express 2.0.10
Pointer CobolDatatype class for use cobcall/ccall

Description

Allows StringBuffer/String/byte[] types to be passed to a COBOL program without requiring the COBOL source to be modified to use mf-jarray.
Version:
3.9, 1/13/03
See Also:
Pointer

Constructor Summary
Pointer(byte[] bytes)
          Deprecated. Construct a Pointer() given a byte[]
Pointer(String initString)
          Deprecated. Constructor declaration
Pointer(StringBuffer initString)
          Deprecated. Construct a StringBuffer given a StringBuffer
Pointer(String initString, int capacity)
          Deprecated. Constructor declaration
 
Method Summary
 byte[] getBytes()
          Deprecated. Method declaration
 void synchronizeData()
          Deprecated. Method declaration
 
Methods inherited from class com.microfocus.cobol.lang.Pointer
clone, getEncoding, setEncoding, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pointer

public Pointer(byte[] bytes)
Deprecated. 
Construct a Pointer() given a byte[]
Parameters:
bytes -  

Pointer

public Pointer(StringBuffer initString)
Deprecated. 
Construct a StringBuffer given a StringBuffer
Parameters:
initString -  

Pointer

public Pointer(String initString)
Deprecated. 
Constructor declaration
Parameters:
initString -  

Pointer

public Pointer(String initString,
               int capacity)
Deprecated. 
Constructor declaration
Parameters:
initString -  
capacity -  
Method Detail

synchronizeData

public void synchronizeData()
Deprecated. 
Method declaration
Specified by:
synchronizeData in interface DataType
Overrides:
synchronizeData in class Pointer
Following copied from interface: com.microfocus.cobol.lang.DataType
Throws:
CobolException -  
Exception -  

getBytes

public byte[] getBytes()
Deprecated. 
Method declaration
Specified by:
getBytes in interface DataType
Overrides:
getBytes in class Pointer
Returns:
 



Copyright © 2000 Micro Focus International Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.