this(allocationLength, pmi, false, false, logicalBlockAddress);
}
public void decode(byte[] header, ByteBuffer input) throws IOException
{
DataInputStream in = new DataInputStream(new ByteBufferInputStream(input));
int operationCode = in.readUnsignedByte();
int serviceAction = in.readUnsignedByte() & 0x1F;
this.logicalBlockAddress = in.readLong();
long mss = in.readUnsignedShort();