Package org.ofbiz.core.entity
Class ByteWrapper
java.lang.Object
org.ofbiz.core.entity.ByteWrapper
- All Implemented Interfaces:
Serializable
A very simple class to wrap a byte array for persistence.
- Since:
- 2.1
- Version:
- $Revision: 1.1 $
- Author:
- David E. Jones
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bytes
protected byte[] bytes
-
-
Constructor Details
-
ByteWrapper
protected ByteWrapper() -
ByteWrapper
public ByteWrapper(byte[] bytes)
-
-
Method Details
-
getBytes
public byte[] getBytes() -
getByte
public byte getByte(int pos)
-