org.codehaus.aspectwerkz.transform
Class ByteArray

java.lang.Object
  extended byorg.codehaus.aspectwerkz.transform.ByteArray

public class ByteArray
extends Object

A byte[] wrapper object

Author:
Alexandre Vasseur

Constructor Summary
ByteArray(byte[] b)
           
 
Method Summary
 byte[] getBytes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArray

public ByteArray(byte[] b)
Method Detail

getBytes

public byte[] getBytes()


Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.