Package | Description |
---|---|
org.scijava.io.handle |
Modifier and Type | Method and Description |
---|---|
DataHandle.ByteOrder |
DataHandle.getOrder()
Returns the byte order of the stream.
|
DataHandle.ByteOrder |
AbstractDataHandle.getOrder() |
static DataHandle.ByteOrder |
DataHandle.ByteOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataHandle.ByteOrder[] |
DataHandle.ByteOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataHandle.setOrder(DataHandle.ByteOrder order)
Sets the byte order of the stream.
|
void |
AbstractDataHandle.setOrder(DataHandle.ByteOrder order) |
Copyright © 2015–2022 SciJava. All rights reserved.