Uses of Class
com.github.cafapi.common.util.ref.ReferencedData
Packages that use ReferencedData
-
Uses of ReferencedData in com.github.cafapi.common.util.ref
Methods in com.github.cafapi.common.util.ref that return ReferencedDataModifier and TypeMethodDescriptionstatic ReferencedData
ReferencedData.getReferencedData
(String ref) Create a ReferencedData object that uses a remote reference to data present in an ObjectSource.static ReferencedData
ReferencedData.getWrappedData
(byte[] data) Create a ReferencedData instance that directly wraps data without a reference.static ReferencedData
ReferencedData.getWrappedData
(String ref, byte[] data) Create a ReferencedData instance that wraps data but also has a reference.