Package ome.codecs
Class ByteVector
- java.lang.Object
-
- ome.codecs.ByteVector
-
public class ByteVector extends java.lang.ObjectA growable array of bytes.- Author:
- Wayne Rasband wsr at nih.gov
-
-
Constructor Summary
Constructors Constructor Description ByteVector()ByteVector(byte[] byteBuffer)ByteVector(int initialSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(byte x)voidadd(byte[] array)voidadd(byte[] array, int off, int len)voidclear()byteget(int index)intsize()byte[]toByteArray()
-