| Package | Description |
|---|---|
| com.sun.tv.net |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericPacket
This class implements a general purpose network packet buffer
mechanism.
|
| Modifier and Type | Field and Description |
|---|---|
Packet |
Packet.next |
Packet |
Packet.prev |
| Modifier and Type | Method and Description |
|---|---|
abstract Packet |
Packet.copy() |
Packet |
GenericPacket.copy() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EncapIP.inputIP(Packet pkt,
boolean mcast,
int mcastAddr,
int mcastPort,
DatagramPacket dPkt) |
abstract void |
Packet.putBytes(Packet pkt,
int src_offset,
int dst_offset,
int len) |
void |
GenericPacket.putBytes(Packet pkt,
int src_offset,
int dst_offset,
int len) |
Copyright © 2012 code4tv.com. All Rights Reserved.