Interface QNameAwareDataInput
- All Superinterfaces:
DataInput
- All Known Subinterfaces:
NormalizedNodeDataInput
-
Method Summary
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
-
Method Details
-
readQName
Read aQName
from the stream.- Returns:
- A QName
- Throws:
IOException
- if an I/O error occurs.
-