Class PrintQueryVersionReply
java.lang.Object
com.github.moaxcp.x11client.protocol.xprint.PrintQueryVersionReply
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanshortshortdefault StringshortintgetSize()length of object expressed in units of 4 bytesinthashCode()static PrintQueryVersionReplyreadPrintQueryVersionReply(byte pad1, short sequenceNumber, X11Input in) toString()voidMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.moaxcp.x11client.protocol.XReply
getLength, getResponseCode
-
Method Details
-
readPrintQueryVersionReply
public static PrintQueryVersionReply readPrintQueryVersionReply(byte pad1, short sequenceNumber, X11Input in) throws IOException - Throws:
IOException
-
write
- Specified by:
writein interfaceXReply- Throws:
IOException
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
builder
-
getSequenceNumber
public short getSequenceNumber()- Specified by:
getSequenceNumberin interfaceXResponse
-
getMajorVersion
public short getMajorVersion() -
getMinorVersion
public short getMinorVersion() -
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-