Class ByteWrapper

java.lang.Object
org.ofbiz.core.entity.ByteWrapper
All Implemented Interfaces:
Serializable

public class ByteWrapper extends Object implements 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 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)