A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
W
- write(Long,ByteBuffer) - function in com.github.mjdev.libaums.driver.BlockDeviceDriver
- Writes to the block device at a certain offset from the given buffer.
- write(Long,ByteBuffer) - function in com.github.mjdev.libaums.driver.ByteBlockDevice
- Writes to the block device at a certain offset from the given buffer.
- write(Long,ByteBuffer) - function in com.github.mjdev.libaums.driver.file.FileBlockDeviceDriver
- Writes to the block device at a certain offset from the given buffer.
- write(Long,ByteBuffer) - function in com.github.mjdev.libaums.driver.scsi.ScsiBlockDevice
- This method writes from the device at the specific device offset.
- write(Long,ByteBuffer) - function in com.github.mjdev.libaums.fs.AbstractUsbFile
- Writes to a file or throws an exception if called on a directory.
- write(Long,ByteBuffer) - function in com.github.mjdev.libaums.fs.UsbFile
- Writes to a file or throws an exception if called on a directory.
- write(Integer) - function in com.github.mjdev.libaums.fs.UsbFileOutputStream
- write(ByteArray) - function in com.github.mjdev.libaums.fs.UsbFileOutputStream
- write(ByteArray,Integer,Integer) - function in com.github.mjdev.libaums.fs.UsbFileOutputStream
- write(Long,ByteBuffer) - function in com.github.mjdev.libaums.fs.fat32.FatDirectory
- Writes to a file or throws an exception if called on a directory.
- write(Long,ByteBuffer) - function in com.github.mjdev.libaums.fs.fat32.FatFile
- Writes to a file or throws an exception if called on a directory.
- write(Long,ByteBuffer) - function in com.github.mjdev.libaums.driver.Partition
- Writes to the block device at a certain offset from the given buffer.