Interface QName.QNameAwareDataInput
-
- All Superinterfaces:
DataInput
- All Known Subinterfaces:
NormalizedNodeDataInput
- Enclosing class:
- QName
@Beta public static interface QName.QNameAwareDataInput extends DataInput
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull QName
readQName()
Read aQName
from the stream.-
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
-
-
-
-
Method Detail
-
readQName
@NonNull QName readQName() throws IOException
Read aQName
from the stream.- Returns:
- A QName
- Throws:
IOException
- if an I/O error occurs.
-
-