Home
last modified time | relevance | path

Searched defs:write (Results 1 – 12 of 12) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatFile.java144 public void write(long offset, ByteBuffer srcBuf) in write() method in FatFile
160 private void updateTimeStamps(boolean write) { in updateTimeStamps()
DFat16RootDirectory.java84 protected void write(ByteBuffer data) throws IOException { in write() method in Fat16RootDirectory
DClusterChainDirectory.java92 protected final void write(ByteBuffer data) throws IOException { in write() method in ClusterChainDirectory
DSector.java80 public final void write() throws IOException { in write() method in Sector
DAbstractDirectory.java87 protected abstract void write(ByteBuffer data) throws IOException; in write() method in AbstractDirectory
DShortName.java167 public void write(byte[] dest) { in write() method in ShortName
DFat.java185 public void write() throws IOException { in write() method in Fat
DFatDirectoryEntry.java377 void write(ByteBuffer buff) { in write() method in FatDirectoryEntry
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DFsFile.java76 public void write(long offset, ByteBuffer src) in write() method
DBlockDevice.java62 public abstract void write(long devOffset, ByteBuffer src) in write() method
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
DRamDisk.java134 public void write(long devOffset, ByteBuffer src) throws IOException { in write() method in RamDisk
DFileDisk.java126 public void write(long devOffset, ByteBuffer src) throws IOException { in write() method in FileDisk