Interface PhenopacketParser
public interface PhenopacketParser
-
Method Summary
Modifier and TypeMethodDescriptiondefault com.google.protobuf.Message
parse
(InputStream is) default com.google.protobuf.Message
default com.google.protobuf.Message
parse
(PhenopacketElement element, InputStream is) default com.google.protobuf.Message
parse
(PhenopacketElement element, Path path) default com.google.protobuf.Message
parse
(PhenopacketFormat format, InputStream is) default com.google.protobuf.Message
parse
(PhenopacketFormat format, Path path) com.google.protobuf.Message
parse
(PhenopacketFormat format, PhenopacketElement element, InputStream is) default com.google.protobuf.Message
parse
(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:
IOException
SniffException
-
parse
default com.google.protobuf.Message parse(PhenopacketElement element, Path path) throws IOException, SniffException - Throws:
IOException
SniffException
-
parse
- Throws:
IOException
SniffException
-
parse
- Throws:
IOException
SniffException
-