private class AbstractAnonUDPChannel.AnonUDPChannelInputStream
extends java.io.InputStream
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
m_arOneByte |
private byte[] |
m_buffUDPPacket |
private int |
m_iOffsetUDPPayload |
private int |
m_iRemainingLenUDPPayload |
| Constructor and Description |
|---|
AnonUDPChannelInputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
private int m_iRemainingLenUDPPayload
private int m_iOffsetUDPPayload
private byte[] m_arOneByte
private byte[] m_buffUDPPacket
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionCopyright © 2023. All rights reserved.