public class ImmutableByteArray extends java.lang.Object implements ByteArray
ImmutableByteArray(byte[] array)
ImmutableByteArray(int length)
byte[]
array()
void
close()
byte
getByte(int index)
int
length()
setByte(int index, byte value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ImmutableByteArray(int length)
public ImmutableByteArray(byte[] array)
public byte[] array()
ByteArray
array
public void close()
close
java.lang.AutoCloseable
public int length()
length
public byte getByte(int index)
getByte
index
public void setByte(int index, byte value)
setByte
value