R
- - type of external resourcepublic interface ByteAccessStrategy<R>
Modifier and Type | Method and Description |
---|---|
byte |
getByte(R resource,
long offset)
Return byte from external resource
|
void |
putByte(R resource,
long offset,
byte value)
Writes byte to corresponding resource
|
byte getByte(R resource, long offset)
resource
- - resource to accessoffset
- - offset of bytevoid putByte(R resource, long offset, byte value)
resource
- - resource to accessoffset
- - offset of bytevalue
- - byte to writeCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.