public class SerializedLine extends Object
| Constructor and Description |
|---|
SerializedLine(IP startIp,
byte[] info,
ParsedLine parsedLine) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getInfo() |
ParsedLine |
getParsedLine() |
IP |
getStartIp() |
public SerializedLine(IP startIp, byte[] info, ParsedLine parsedLine)
public IP getStartIp()
public byte[] getInfo()
public ParsedLine getParsedLine()
Copyright © 2021. All rights reserved.