public class ByteAccessProxy<T extends GenericByteType<T>> extends AbstractAccessProxy<T> implements ByteAccess, ArrayDataAccess<byte[]>
GenericByteType container.dimensions, position, ra, size| Constructor and Description | 
|---|
ByteAccessProxy(RandomAccessibleInterval<T> rai)  | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
createArray(int numEntities)  | 
int | 
getArrayLength()  | 
Object | 
getCurrentStorageArray()  | 
byte | 
getValue(int index)  | 
void | 
setValue(int index,
        byte value)  | 
public ByteAccessProxy(RandomAccessibleInterval<T> rai)
public byte getValue(int index)
getValue in interface ByteAccesspublic void setValue(int index,
                     byte value)
setValue in interface ByteAccesspublic byte[] createArray(int numEntities)
createArray in interface ArrayDataAccess<byte[]>public Object getCurrentStorageArray()
getCurrentStorageArray in interface ArrayDataAccess<byte[]>public int getArrayLength()
getArrayLength in interface ArrayDataAccess<byte[]>Copyright © 2015–2022 ImgLib2. All rights reserved.