public interface IBlock
Modifier and Type | Method and Description |
---|---|
long |
getAddress()
The address of the block on the store.
|
InputStream |
inputStream()
The source from which the block's data may be read.
|
int |
length()
The length of the block.
|
long getAddress()
int length()
InputStream inputStream()
Note: It is important to close() this input stream.
UnsupportedOperationException
- if read is not supported.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.