public class ImageData extends Object implements Serializable
| Constructor and Description |
|---|
ImageData(long timestamp,
int offset,
int[] data) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getData() |
int |
getOffset() |
long |
getTag()
Deprecated.
|
long |
getTimestamp() |
String |
toString() |
public long getTimestamp()
public int getOffset()
public int[] getData()
@Deprecated public long getTag()
Copyright © 2023 LSST. All rights reserved.