Interface QNameAwareDataInput
- All Superinterfaces:
DataInput
-
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 aQNamefrom the stream.- Returns:
- A QName
- Throws:
IOException- if an I/O error occurs.
-