javax.jmdns.impl
Class DNSIncoming.MessageInputStream
java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
javax.jmdns.impl.DNSIncoming.MessageInputStream
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- DNSIncoming
public static class DNSIncoming.MessageInputStream
- extends ByteArrayInputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DNSIncoming.MessageInputStream
public DNSIncoming.MessageInputStream(byte[] buffer,
int length)
DNSIncoming.MessageInputStream
public DNSIncoming.MessageInputStream(byte[] buffer,
int offset,
int length)
- Parameters:
buffer
- offset
- length
-
readByte
public int readByte()
readUnsignedShort
public int readUnsignedShort()
readInt
public int readInt()
readBytes
public byte[] readBytes(int len)
readUTF
public String readUTF(int len)
peek
protected int peek()
readName
public String readName()
readNonNameString
public String readNonNameString()
Copyright © 2002-2011 JmDNS. All Rights Reserved.