Uses of Class
org.scijava.io.handle.DataHandle.ByteOrder
-
Packages that use DataHandle.ByteOrder Package Description org.scijava.io.handle -
-
Uses of DataHandle.ByteOrder in org.scijava.io.handle
Methods in org.scijava.io.handle that return DataHandle.ByteOrder Modifier and Type Method Description DataHandle.ByteOrderAbstractDataHandle. getOrder()DataHandle.ByteOrderDataHandle. getOrder()Returns the byte order of the stream.static DataHandle.ByteOrderDataHandle.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.Methods in org.scijava.io.handle with parameters of type DataHandle.ByteOrder Modifier and Type Method Description voidAbstractDataHandle. setOrder(DataHandle.ByteOrder order)voidDataHandle. setOrder(DataHandle.ByteOrder order)Sets the byte order of the stream.
-