Searched defs:write (Results 1 – 12 of 12) sorted by relevance
144 public void write(long offset, ByteBuffer srcBuf) in write() method in FatFile160 private void updateTimeStamps(boolean write) { in updateTimeStamps()
84 protected void write(ByteBuffer data) throws IOException { in write() method in Fat16RootDirectory
92 protected final void write(ByteBuffer data) throws IOException { in write() method in ClusterChainDirectory
80 public final void write() throws IOException { in write() method in Sector
87 protected abstract void write(ByteBuffer data) throws IOException; in write() method in AbstractDirectory
167 public void write(byte[] dest) { in write() method in ShortName
185 public void write() throws IOException { in write() method in Fat
377 void write(ByteBuffer buff) { in write() method in FatDirectoryEntry
76 public void write(long offset, ByteBuffer src) in write() method
62 public abstract void write(long devOffset, ByteBuffer src) in write() method
134 public void write(long devOffset, ByteBuffer src) throws IOException { in write() method in RamDisk
126 public void write(long devOffset, ByteBuffer src) throws IOException { in write() method in FileDisk