Package org.opendaylight.protocol.util
Class PCEPHexDumpParser
java.lang.Object
org.opendaylight.protocol.util.PCEPHexDumpParser
Parses PCEP messages from a text file. Messages need to follow this formatting.
Received PCEP Open message. Length:28.
20 01 00 1c 01 10 00 18 20 1e 78 03 00 10 00 04 00 00 00 05 00 1a 00 04 00 00 00 b4
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<byte[]> parseMessages
(File file) Deprecated, for removal: This API element is subject to removal in a future version.static List
<byte[]> static List
<byte[]> parseMessages
(Path file)
-
Method Details
-
parseMessages
@Deprecated(since="0.23.0", forRemoval=true) public static List<byte[]> parseMessages(File file) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
parseMessages
- Throws:
IOException
-
parseMessages
- Throws:
IOException
-