public class PathRawParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PathRawParser.HopField |
static class |
PathRawParser.InfoField |
| Modifier and Type | Method and Description |
|---|---|
static PathRawParser |
create(byte[] rawPath) |
int |
getHopCount() |
PathRawParser.HopField |
getHopField(int i) |
int |
getHopFieldCount() |
PathRawParser.InfoField |
getInfoField(int i) |
int |
getSegLen(int i) |
int |
getSegmentCount() |
int |
length() |
String |
toString() |
public static PathRawParser create(byte[] rawPath)
public int length()
public PathRawParser.InfoField getInfoField(int i)
public int getHopFieldCount()
public int getHopCount()
public PathRawParser.HopField getHopField(int i)
public int getSegmentCount()
public int getSegLen(int i)
Copyright © 2024. All rights reserved.