electric.util.array
Class ByteArray

java.lang.Object
  extended byelectric.util.array.ByteArray

public final class ByteArray
extends java.lang.Object

ByteArray.

Author:
webMethods

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

Field Detail

bytes

public byte[] bytes

offset

public int offset

length

public int length
Constructor Detail

ByteArray

public ByteArray()

ByteArray

public ByteArray(byte[] bytes)
Parameters:
bytes -

ByteArray

public ByteArray(byte[] bytes,
                 int offset,
                 int length)
Parameters:
bytes -
offset -
length -
Method Detail

getBytes

public byte[] getBytes()


copyright© 2001-2004 by webMethods All Rights Reserved.