step.util
Class ByteArray

java.lang.Object
  |
  +--step.util.ByteArray

public class ByteArray
extends Object


Nested Class Summary
static class ByteArray.Allocator
           
(package private) static class ByteArray.Stats
           
static class ByteArray.StatsAllocator
           
 
Constructor Summary
ByteArray()
           
 
Method Summary
static ByteArray.Allocator allocator()
           
static byte[] cat(byte[] bytes1, byte[] bytes2)
           
static byte[] cat(byte[] bytes1, byte[] bytes2, byte[] bytes3)
           
static byte[] dup(byte[] bytes)
           
static byte[] dup(byte[] bytes, int offset, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArray

public ByteArray()
Method Detail

dup

public static byte[] dup(byte[] bytes)

dup

public static byte[] dup(byte[] bytes,
                         int offset,
                         int len)

cat

public static byte[] cat(byte[] bytes1,
                         byte[] bytes2)

cat

public static byte[] cat(byte[] bytes1,
                         byte[] bytes2,
                         byte[] bytes3)

allocator

public static ByteArray.Allocator allocator()