public interface ImageDataStream
| Modifier and Type | Method and Description |
|---|---|
byte |
get()
Get the byte at the current position and then increment the position.
|
int |
remaining()
Get the number of elements between the current position and the
limit.
|
Copyright © 2020 LSST. All rights reserved.