File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Application Frameworks and the fly likes Convert DataBase in Byte Array Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Convert DataBase in Byte Array" Watch "Convert DataBase in Byte Array" New topic
Author

Convert DataBase in Byte Array

M Menezes
Greenhorn

Joined: Apr 18, 2008
Posts: 7
Dears,

I need to convert a com.healthmarketscience.jackcess.Database into a byte array and convert a org.apache.poi.ss.usermodel.Workbook into a byte array to save to a file server. This class(filseserver) is generic for all types.

Any idea?

Thanks
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Convert DataBase in Byte Array
 
Similar Threads
String to int
how to convert byte array into short??
byte array to bits
Creating an InputStream from a String
Returning byte array to JavaScript from Java applet