Uses of Record Class
io.fluxzero.common.api.modeling.ModelStreamBatchDecoder.Entry
Packages that use ModelStreamBatchDecoder.Entry
-
Uses of ModelStreamBatchDecoder.Entry in io.fluxzero.common.api.modeling
Methods in io.fluxzero.common.api.modeling that return types with arguments of type ModelStreamBatchDecoder.EntryModifier and TypeMethodDescriptionstatic List<ModelStreamBatchDecoder.Entry> ModelStreamBatchDecoder.decode(byte[] data) Decodes one stored stream batch.static List<ModelStreamBatchDecoder.Entry> ModelStreamBatchDecoder.decode(ModelEventDataBlock block) Decodes one stored stream batch directly from a byte range.