|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Dispatcher.PortAddress |
getDestinationAddress()
Describe getDestinationAddress method here. |
int |
getFlags(int mask)
Describe getFlags method here. |
long |
getLength()
Describe getLength method here. |
long |
getOffset()
Describe getOffset method here. |
Dispatcher.PortAddress |
getSourceAddress()
Describe getSourceAddress method here. |
int |
read()
Describe read method here. |
int |
read(byte[] buff,
int offs,
int len)
Describe read method here. |
void |
skip(long nbytes)
Describe skip method here. |
int |
write(byte[] b)
Describe write method here. |
void |
write(int b)
Describe write method here. |
Method Detail |
public long getLength()
getLength
method here.
long
valuepublic long getOffset()
getOffset
method here.
long
valuepublic void write(int b)
write
method here.
b
- an int
valuepublic int write(byte[] b)
write
method here.
b
- a byte[]
value
int
valuepublic int read()
read
method here.
int
valuepublic int read(byte[] buff, int offs, int len)
read
method here.
buff
- a byte[]
valueoffs
- an int
valuelen
- an int
value
int
valuepublic void skip(long nbytes)
skip
method here.
nbytes
- a long
valuepublic Dispatcher.PortAddress getSourceAddress()
getSourceAddress
method here.
PortAddress
valuepublic Dispatcher.PortAddress getDestinationAddress()
getDestinationAddress
method here.
PortAddress
valuepublic int getFlags(int mask)
getFlags
method here.
mask
- an int
value
int
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |