public class RawImageData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RawImageData.BitsPerPixel
The bitness of the data.
|
| Constructor and Description |
|---|
RawImageData(RawImageData.BitsPerPixel sample,
ByteBuffer data) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getImageData() |
RawImageData.BitsPerPixel |
getSample() |
public RawImageData(RawImageData.BitsPerPixel sample, ByteBuffer data)
public RawImageData.BitsPerPixel getSample()
public ByteBuffer getImageData()
Copyright © 2021 LSST. All rights reserved.