org.example.azapi
Interface AzDataByteArray


public interface AzDataByteArray

Helper class to box a byte array (byte[]) to pass as generic type

Author:
rlevinson

Method Summary
 byte[] getArray()
          Get the byte array
 void setArray(byte[] bytes)
          Set the byte array
 

Method Detail

setArray

void setArray(byte[] bytes)
Set the byte array


getArray

byte[] getArray()
Get the byte array