Uses of Class
org.phenopackets.phenopackettools.util.format.SniffException
Packages that use SniffException
Package
Description
The
org.phenopackets.phenopackettools.io package offers functionality for reading and writing
top-level elements of Phenopacket Schema.Defines utility methods for working with
PhenopacketElements
and PhenopacketFormats.-
Uses of SniffException in org.phenopackets.phenopackettools.io
Methods in org.phenopackets.phenopackettools.io that throw SniffExceptionModifier and TypeMethodDescriptiondefault com.google.protobuf.MessagePhenopacketParser.parse(InputStream is) default com.google.protobuf.Messagedefault com.google.protobuf.MessagePhenopacketParser.parse(PhenopacketElement element, InputStream is) default com.google.protobuf.MessagePhenopacketParser.parse(PhenopacketElement element, Path path) -
Uses of SniffException in org.phenopackets.phenopackettools.util.format
Subclasses of SniffException in org.phenopackets.phenopackettools.util.formatModifier and TypeClassDescriptionclassclassAn exception thrown when sniffing of the top-level element of Phenopacket schema cannot be performed.Methods in org.phenopackets.phenopackettools.util.format that throw SniffExceptionModifier and TypeMethodDescriptionstatic PhenopacketElementElementSniffer.sniff(InputStream input, PhenopacketFormat format) Make an educated guess ofPhenopacketElementpresent in giveninput.static PhenopacketElementElementSniffer.sniff(InputStream input, PhenopacketSchemaVersion schemaVersion, PhenopacketFormat format) Deprecated.static PhenopacketFormatFormatSniffer.sniff(InputStream input) Make an educated guess ofPhenopacketFormatpresent in giveninput.
ElementSniffer.sniff(InputStream, PhenopacketFormat).