Package | Description |
---|---|
net.openhft.lang.io |
Modifier and Type | Method and Description |
---|---|
MappedNativeBytes |
MappedNativeBytes.bytes() |
MappedNativeBytes |
MappedNativeBytes.bytes(long offset,
long length) |
MappedNativeBytes |
MappedNativeBytes.lazyPosition(long position)
Change the position acknowleging there is no thread safety assumptions.
|
MappedNativeBytes |
MappedNativeBytes.limit(long limit) |
MappedNativeBytes |
MappedNativeBytes.position(long position) |
MappedNativeBytes |
MappedNativeBytes.slice() |
MappedNativeBytes |
MappedNativeBytes.slice(long offset,
long length) |
Copyright © 2019. All rights reserved.