Uses of Class
org.phenopackets.phenopackettools.util.format.ElementSniffException
Packages that use ElementSniffException
Package
Description
Defines utility methods for working with
PhenopacketElements
and PhenopacketFormats.-
Uses of ElementSniffException in org.phenopackets.phenopackettools.util.format
Methods in org.phenopackets.phenopackettools.util.format that throw ElementSniffExceptionModifier and TypeMethodDescriptionstatic PhenopacketElementElementSniffer.sniff(byte[] payload, PhenopacketFormat format) Make an educated guess ofPhenopacketElementbased on givenpayload.static PhenopacketElementElementSniffer.sniff(byte[] payload, PhenopacketSchemaVersion schemaVersion, PhenopacketFormat format) Deprecated.
ElementSniffer.sniff(byte[], PhenopacketFormat)