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
PhenopacketElement
s
and PhenopacketFormat
s.-
Uses of SniffException in org.phenopackets.phenopackettools.io
Methods in org.phenopackets.phenopackettools.io that throw SniffExceptionModifier and TypeMethodDescriptiondefault com.google.protobuf.Message
PhenopacketParser.parse
(InputStream is) default com.google.protobuf.Message
default com.google.protobuf.Message
PhenopacketParser.parse
(PhenopacketElement element, InputStream is) default com.google.protobuf.Message
PhenopacketParser.parse
(PhenopacketElement element, Path path) -
Uses of SniffException in org.phenopackets.phenopackettools.util.format
Subclasses of SniffException in org.phenopackets.phenopackettools.util.formatModifier and TypeClassDescriptionclass
class
An 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 PhenopacketElement
ElementSniffer.sniff
(InputStream input, PhenopacketFormat format) Make an educated guess ofPhenopacketElement
present in giveninput
.static PhenopacketElement
ElementSniffer.sniff
(InputStream input, PhenopacketSchemaVersion schemaVersion, PhenopacketFormat format) Deprecated.static PhenopacketFormat
FormatSniffer.sniff
(InputStream input) Make an educated guess ofPhenopacketFormat
present in giveninput
.
ElementSniffer.sniff(InputStream, PhenopacketFormat)
.