Uses of Class
convex.core.data.BlobTree
Packages that use BlobTree
Package
Description
Data structures and algorithms, including a complete set of classes
required to implement immutable, decentralised data objects.
-
Uses of BlobTree in convex.core.data
Methods in convex.core.data that return BlobTreeModifier and TypeMethodDescriptionstatic BlobTree
Create a BlobTree from an arbitrary Blob.static BlobTree
BlobTree.createWithChildren
(ABlob[] children) Create a BlobTree with the given children.static BlobTree
static BlobTree
BlobTree.read
(ByteBuffer bb, long count) Reads a BlobTree from a bytebuffer.StringTree.toBlob()
BlobTree.updateRefs
(IRefFunction func) Methods in convex.core.data with parameters of type BlobTree