public interface BlockSource
| Modifier and Type | Method and Description |
|---|---|
Reference<Block> |
contentAtOrAfter(long pos,
boolean inclusive) |
Reference<Block> |
contentAtOrBefore(long pos,
boolean inclusive) |
long |
getSizeOfBlock(long pos) |
boolean |
hasBlockAfter(long pos) |
boolean |
hasBlockBefore(long pos) |
long |
size() |
Reference<Block> contentAtOrBefore(long pos, boolean inclusive) throws IOException
IOExceptionReference<Block> contentAtOrAfter(long pos, boolean inclusive) throws IOException
IOExceptionboolean hasBlockAfter(long pos)
throws IOException
IOExceptionboolean hasBlockBefore(long pos)
throws IOException
IOExceptionlong getSizeOfBlock(long pos)
throws IOException
IOExceptionlong size() throws IOException
IOExceptionCopyright © 2020. All rights reserved.