public class BytesLocation extends AbstractLocation
Location
backed by a ByteBuffer
.Constructor and Description |
---|
BytesLocation(byte[] bytes) |
BytesLocation(byte[] bytes,
int offset,
int length) |
BytesLocation(ByteBuffer bytes) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getByteBuffer()
Gets the associated
ByteBuffer . |
getURI
public BytesLocation(ByteBuffer bytes)
public BytesLocation(byte[] bytes)
public BytesLocation(byte[] bytes, int offset, int length)
public ByteBuffer getByteBuffer()
ByteBuffer
.Copyright © 2009–2016 SciJava. All rights reserved.