Modifier and Type | Interface and Description |
---|---|
interface |
Buffer
Defines the read-only API for relative positional access to a resource.
|
interface |
Memory
Defines the read-only API for offset access to a resource.
|
interface |
Positional
Defines the relative positional API.
|
interface |
WritableBuffer
Defines the writable API for relative positional access to a resource
|
interface |
WritableMemory
Defines the writable API for offset access to a resource.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Resource.equalTo(long thisOffsetBytes,
Resource that,
long thatOffsetBytes,
long lengthBytes)
Returns true if the given Resource has equal contents to
this object in the given range of bytes.
|
default boolean |
Resource.equalTo(Resource that)
Returns true if the given object (that) is an instance of this class and has contents equal to
this object.
|
boolean |
Resource.isSameResource(Resource that)
Returns true if the backing resource of this is identical with the backing resource
of that.
|
Copyright © 2015–2024. All rights reserved.