Package 

Class ScsiWrite10

  • All Implemented Interfaces:

    
    public final class ScsiWrite10
    extends CommandBlockWrapper
                        

    SCSI command to write to the mass storage device. The 10 means that the transfer length is two byte and the logical block address field is four byte. Thus the hole command takes 10 byte when serialized.

    The actual data is transferred in the data phase.