Uses of Class
org.scijava.util.ByteArray
-
Packages that use ByteArray Package Description org.scijava.convert org.scijava.io org.scijava.io.location -
-
Uses of ByteArray in org.scijava.convert
Methods in org.scijava.convert that return types with arguments of type ByteArray Modifier and Type Method Description Class<ByteArray>ArrayConverters.ByteArrayUnwrapper. getInputType()Class<ByteArray>ArrayConverters.ByteArrayWrapper. getOutputType() -
Uses of ByteArray in org.scijava.io
Constructors in org.scijava.io with parameters of type ByteArray Constructor Description ByteArrayByteBank(ByteArray bytes)Creates aByteArrayByteBankthat wraps the specifiedByteArray. -
Uses of ByteArray in org.scijava.io.location
Constructors in org.scijava.io.location with parameters of type ByteArray Constructor Description BytesLocation(ByteArray bytes)BytesLocation(ByteArray bytes, String name)
-