Uses of Class
org.phenopackets.phenopackettools.util.format.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
Modifier 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
Modifier and TypeClassDescriptionclass
class
An exception thrown when sniffing of the top-level element of Phenopacket schema cannot be performed.Modifier 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)
.