Interface QNameAwareDataOutput
- All Superinterfaces:
DataOutput
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteQName(@NonNull QName qname) Write aQNameinto 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 aQNameinto the stream.- Parameters:
qname- A QName- Throws:
IOException- if an I/O error occurs.
-