Uses of Interface
org.apache.datasketches.memory.Resource
-
-
Uses of Resource in org.apache.datasketches.memory
Subinterfaces of Resource in org.apache.datasketches.memory Modifier and Type Interface Description interfaceBufferDefines the read-only API for relative positional access to a resource.interfaceMemoryDefines the read-only API for offset access to a resource.interfacePositionalDefines the relative positional API.interfaceWritableBufferDefines the writable API for relative positional access to a resourceinterfaceWritableMemoryDefines the writable API for offset access to a resource.Methods in org.apache.datasketches.memory with parameters of type Resource Modifier and Type Method Description booleanResource. 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 booleanResource. equalTo(Resource that)Returns true if the given object (that) is an instance of this class and has contents equal to this object.booleanResource. isSameResource(Resource that)Returns true if the backing resource of this is identical with the backing resource of that.
-