{
// FIXME: Currently we hard code always returning fixed sense data
SenseData data =
new FixedSenseData(this.current, this.kcq, this.getInformation(),
this.getCommandSpecificInformation(), this.getSenseKeySpecific());
return data.encode();
}
public static SenseException decode(ByteBuffer senseData) throws BufferUnderflowException,
IOException
{