Interface QNameAwareDataOutput
- All Superinterfaces:
DataOutput
- All Known Subinterfaces:
NormalizedNodeDataOutput
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeQName
(@NonNull QName qname) Write aQName
into the stream.Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
-
Method Details
-
writeQName
Write aQName
into the stream.- Parameters:
qname
- A QName- Throws:
IOException
- if an I/O error occurs.
-