public abstract class BGP4Object extends Object implements BGP4Element
| Modifier and Type | Field and Description | 
|---|---|
protected byte[] | 
bytes  | 
protected int | 
length  | 
protected static org.slf4j.Logger | 
log  | 
| Constructor and Description | 
|---|
BGP4Object()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
byte[] | 
getBytes()  | 
int | 
getLength()  | 
int | 
hashCode()  | 
protected void | 
setBytes(byte[] bytes)  | 
protected void | 
setLength(int length)  | 
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitencodeprotected static final org.slf4j.Logger log
protected byte[] bytes
protected int length
public byte[] getBytes()
getBytes in interface BGP4Elementprotected void setBytes(byte[] bytes)
public int getLength()
getLength in interface BGP4Elementprotected void setLength(int length)
Copyright © 2016. All rights reserved.