Package | Description |
---|---|
org.scijava.io | |
org.scijava.io.location | |
org.scijava.io.nio |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayByteBank
|
Modifier and Type | Method and Description |
---|---|
ByteBank |
BytesLocation.getByteBank()
Gets the backing
ByteBank . |
Constructor and Description |
---|
BytesLocation(ByteBank bytes)
Creates a
BytesLocation backed by the specified
ByteBank . |
BytesLocation(ByteBank bytes,
String name)
Creates a
BytesLocation backed by the specified ByteBank . |
Modifier and Type | Class and Description |
---|---|
class |
ByteBufferByteBank
A
ByteBank backed by a ByteBuffer . |
Copyright © 2015–2022 SciJava. All rights reserved.