Interface PhenopacketParser
public interface PhenopacketParser
-
Method Summary
Modifier and TypeMethodDescriptiondefault com.google.protobuf.Messageparse(InputStream is) default com.google.protobuf.Messagedefault com.google.protobuf.Messageparse(PhenopacketElement element, InputStream is) default com.google.protobuf.Messageparse(PhenopacketElement element, Path path) default com.google.protobuf.Messageparse(PhenopacketFormat format, InputStream is) default com.google.protobuf.Messageparse(PhenopacketFormat format, Path path) com.google.protobuf.Messageparse(PhenopacketFormat format, PhenopacketElement element, InputStream is) default com.google.protobuf.Messageparse(PhenopacketFormat format, PhenopacketElement element, Path path)
-
Method Details
-
parse
com.google.protobuf.Message parse(PhenopacketFormat format, PhenopacketElement element, InputStream is) throws IOException - Throws:
IOException
-
parse
default com.google.protobuf.Message parse(PhenopacketFormat format, PhenopacketElement element, Path path) throws IOException - Throws:
IOException
-
parse
default com.google.protobuf.Message parse(PhenopacketFormat format, InputStream is) throws IOException - Throws:
IOException
-
parse
- Throws:
IOException
-
parse
default com.google.protobuf.Message parse(PhenopacketElement element, InputStream is) throws IOException, SniffException - Throws:
IOExceptionSniffException
-
parse
default com.google.protobuf.Message parse(PhenopacketElement element, Path path) throws IOException, SniffException - Throws:
IOExceptionSniffException
-
parse
- Throws:
IOExceptionSniffException
-
parse
- Throws:
IOExceptionSniffException
-