public class PacketRepresentationFactory extends Object
| Constructor and Description |
|---|
PacketRepresentationFactory(int size,
int dataArrSize) |
| Modifier and Type | Method and Description |
|---|---|
PacketRepresentation |
allocate() |
void |
deallocate(PacketRepresentation pr) |
int |
getCount() |
int |
getDataArrSize() |
int |
getSize() |
public PacketRepresentationFactory(int size,
int dataArrSize)
public PacketRepresentation allocate()
public void deallocate(PacketRepresentation pr)
public int getSize()
public int getDataArrSize()
public int getCount()
Copyright © 2014 TeleStax, Inc.. All Rights Reserved.