| |
|
| java.lang.Object org.openuss.utility.FileObjectWrapper
FileObjectWrapper | public class FileObjectWrapper implements java.io.Serializable(Code) | | The file object.
This class represents a file.
author: B. Lofi Dewanto version: 1.0 |
Constructor Summary | |
public | FileObjectWrapper(byte[] data) Constructor with the data to save. |
Method Summary | |
public byte[] | getData() Gets the data of the file. |
FileObjectWrapper | public FileObjectWrapper(byte[] data)(Code) | | Constructor with the data to save.
Parameters: the - data to be saved. |
getData | public byte[] getData()(Code) | | Gets the data of the file.
the data of the file. |
|
|
|