Modifier and Type | Class and Description |
---|---|
class |
DirtyVolatileByteArray
A
ByteArray with an DirtyVolatileByteArray.isDirty() and an AbstractVolatileByteArray.isValid()
flag. |
class |
VolatileByteArray
A
ByteArray with an AbstractVolatileByteArray.isValid() flag. |
Modifier and Type | Class and Description |
---|---|
class |
ByteUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
OwningByteUnsafe |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends VolatileByteAccess> |
VolatileUnsignedByteType.img |
protected NativeImg<?,? extends VolatileByteAccess> |
VolatileByteType.img |
Constructor and Description |
---|
VolatileByteType(VolatileByteAccess access) |
VolatileUnsignedByteType(VolatileByteAccess access) |
Constructor and Description |
---|
VolatileByteType(NativeImg<?,? extends VolatileByteAccess> img) |
VolatileUnsignedByteType(NativeImg<?,? extends VolatileByteAccess> img) |
Copyright © 2015–2022 ImgLib2. All rights reserved.