Uses of Class
org.phenopackets.phenopackettools.util.format.ElementSniffException
Package
Description
Defines utility methods for working with
PhenopacketElement
s
and PhenopacketFormat
s.-
Uses of ElementSniffException in org.phenopackets.phenopackettools.util.format
Modifier and TypeMethodDescriptionstatic PhenopacketElement
ElementSniffer.sniff
(byte[] payload, PhenopacketFormat format) Make an educated guess ofPhenopacketElement
based on givenpayload
.static PhenopacketElement
ElementSniffer.sniff
(byte[] payload, PhenopacketSchemaVersion schemaVersion, PhenopacketFormat format) Deprecated.
ElementSniffer.sniff(byte[], PhenopacketFormat)