public class StorageSizeSubTLV extends PCEPSubTLV
log, subtlv_bytes, SubTLVType, TotalSubTLVLength| Constructor and Description | 
|---|
StorageSizeSubTLV()  | 
StorageSizeSubTLV(byte[] bytes,
                 int offset)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
decode()  | 
void | 
encode()
Encode RequestedStorageSize TLV 
 | 
int | 
getAvailableSize()  | 
int | 
getTotalSize()  | 
void | 
setAvailableSize(int AvailableSize)  | 
void | 
setTotalSize(int TotalSize)  | 
encodeHeader, equals, getSubTLV_bytes, getSubTLVLength, getSubTLVType, getSubTLVValueLength, getTotalSubTLVLength, getTotalSubTLVLength, getType, hashCode, setSubTLV_bytes, setSubTLVType, setSubTLVValueLengthpublic StorageSizeSubTLV()
public StorageSizeSubTLV(byte[] bytes,
                         int offset)
public void encode()
encode in class PCEPSubTLVpublic void decode()
public void setTotalSize(int TotalSize)
public int getTotalSize()
public void setAvailableSize(int AvailableSize)
public int getAvailableSize()
Copyright © 2016. All rights reserved.