Class ScsiReadCapacityResponse


  • public class ScsiReadCapacityResponse
    extends java.lang.Object
    Represents the response of a read capacity request.

    The response data is received in the data phase

    See Also:
    ScsiReadCapacity
    • Method Detail

      • getLogicalBlockAddress

        public int getLogicalBlockAddress()
        Returns the address of the last accessible block on the block device.

        The size of the device is then last accessible block + 0!

        Returns:
        The last block address.
      • getBlockLength

        public int getBlockLength()
        Returns the size of each block in the block device.
        Returns:
        The block size in bytes.