R
- - type of external resourcepublic interface ByteAccessStrategy<R>
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 © 2016 Hazelcast, Inc.. All Rights Reserved.