We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d67cd2 commit 5db35a0Copy full SHA for 5db35a0
core/src/main/java/org/dcache/nfs/v4/xdr/stateid4.java
@@ -91,7 +91,8 @@ public void xdrEncode(XdrEncodingStream xdr)
91
92
public void xdrDecode(XdrDecodingStream xdr)
93
throws OncRpcException, IOException {
94
- throw new UnsupportedOperationException("Use constructor");
+ seqid = xdr.xdrDecodeInt();
95
+ opaque = Opaque.forBytes(xdr.xdrDecodeOpaque(12));
96
}
97
98
@Override
0 commit comments