public static class UnsignedByteLongAccessTypeUnsignedByteTypeConverter.ConvertedAccess extends Object implements ByteAccess
Constructor and Description |
---|
ConvertedAccess(UnsignedByteLongAccessType type) |
Modifier and Type | Method and Description |
---|---|
byte |
getValue(int index) |
void |
setValue(int index,
byte value) |
public ConvertedAccess(UnsignedByteLongAccessType type)
public byte getValue(int index)
getValue
in interface ByteAccess
public void setValue(int index, byte value)
setValue
in interface ByteAccess
Copyright © 2015–2022 ImgLib2. All rights reserved.