public class ByteVector
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
private ome.codecs.ByteVector | 
vector  | 
| Constructor and Description | 
|---|
ByteVector()  | 
ByteVector(byte[] byteBuffer)  | 
ByteVector(int initialSize)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(byte x)  | 
void | 
add(byte[] array)  | 
void | 
add(byte[] array,
   int off,
   int len)  | 
void | 
clear()  | 
(package private) void | 
doubleCapacity()  | 
byte | 
get(int index)  | 
(package private) ome.codecs.ByteVector | 
getWrapped()  | 
int | 
size()  | 
byte[] | 
toByteArray()  | 
public ByteVector()
public ByteVector(int initialSize)
public ByteVector(byte[] byteBuffer)
public void add(byte x)
public int size()
public byte get(int index)
public void add(byte[] array)
public void add(byte[] array,
                int off,
                int len)
void doubleCapacity()
public void clear()
public byte[] toByteArray()
ome.codecs.ByteVector getWrapped()
Copyright © 2023 Open Microscopy Environment