Searched defs:writeBytes (Results 1 – 3 of 3) sorted by relevance
45 public fun AtomicFile.writeBytes(array: ByteArray) { in writeBytes() method
68 fun writeBytes() { in writeBytes() method
273 private static void writeBytes(@NonNull File file, byte @NonNull [] bytes) throws IOException { in writeBytes() method in AtomicFileTest