Info Needed
Info Needed
- Subject: Info Needed
- From: "Hemanta Pathak" <email@hidden>
- Date: Fri, 7 Jan 2005 23:28:51 +0530
- Thread-topic: Info Needed
Title: Info Needed
Hi All,
I am developing a GUI based Cocoa-Java application.
I need to invoke some functionalities present in a jar file.This particular
jar file is built using pure Java.
I had invoked the functionalities of the pure Java objects from the Objective-C code
using the JavaBridge.
But I am at a loss how to retrieve a byte array on the Objective-C side using the JavaBridge
and how to access each element of the bytearray on the Objective-C side.(like to store all the elements of the array at one go
in a buffer.)
The code present on the jar file that returns a byte array is as follows:
public byte[] returnRasterData()throws Exception
{
return rasterData; //This rasterData is of type byte[];
}
Any info on how to go about it ,will be highly appreciated.
Thanx
-Hemanta.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden