org.scijava.io
Class BytesLocation
java.lang.Object
org.scijava.io.AbstractLocation
org.scijava.io.BytesLocation
- All Implemented Interfaces:
- Location
public class BytesLocation
- extends AbstractLocation
Location
backed by a ByteBuffer
.
- Author:
- Curtis Rueden
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BytesLocation
public BytesLocation(ByteBuffer bytes)
BytesLocation
public BytesLocation(byte[] bytes)
BytesLocation
public BytesLocation(byte[] bytes,
int offset,
int length)
getByteBuffer
public ByteBuffer getByteBuffer()
- Gets the associated
ByteBuffer
.
Copyright © 2009–2015 SciJava. All rights reserved.