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 BlobTreeCreate a BlobTree from an arbitrary Blob.static BlobTreeBlobTree.createWithChildren(ABlob[] children) Create a BlobTree with the given children.static BlobTreeReads an encoded BlobTree from a Blob.static BlobTreeBlobTree.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