public class BoolStream extends Stream
| Constructor and Description |
|---|
BoolStream(int num,
int dim,
double sr) |
| Modifier and Type | Method and Description |
|---|---|
void |
adjust(int num) |
Stream |
clone() |
boolean[] |
ptr() |
boolean[] |
ptrBool() |
BoolStream |
select(int new_dim) |
BoolStream |
select(int[] new_dims) |
public BoolStream select(int[] new_dims)
public BoolStream select(int new_dim)