org.ow2.orchestra.facade.rest
Class ByteArrayWrapper

java.lang.Object
  extended by org.ow2.orchestra.facade.rest.ByteArrayWrapper

public class ByteArrayWrapper
extends Object

Author:
Guillaume Porcher

Field Summary
protected  byte[] content
           
 
Constructor Summary
protected ByteArrayWrapper()
           
 
Method Summary
 byte[] getContent()
           
static ByteArrayWrapper make(byte[] source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected byte[] content
Constructor Detail

ByteArrayWrapper

protected ByteArrayWrapper()
Method Detail

make

public static ByteArrayWrapper make(byte[] source)

getContent

public byte[] getContent()


Copyright © 2011 OW2 Consortium. All Rights Reserved.