public static class AbstractIpp.Version extends Object
| Constructor and Description |
|---|
Version(byte major,
byte minor)
Expects the first two bytes of an IPP request or response.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
byte[] |
toByteArray() |
String |
toString()
Prints the two bytes as string.
|
public Version(byte major,
byte minor)
major - first byteminor - 2nd bytepublic String toString()
public byte[] toByteArray()
Copyright © 2018. All rights reserved.