aboutsummaryrefslogtreecommitdiff
path: root/okio-fakefilesystem/api/okio-fakefilesystem.api
diff options
context:
space:
mode:
Diffstat (limited to 'okio-fakefilesystem/api/okio-fakefilesystem.api')
-rw-r--r--okio-fakefilesystem/api/okio-fakefilesystem.api41
1 files changed, 41 insertions, 0 deletions
diff --git a/okio-fakefilesystem/api/okio-fakefilesystem.api b/okio-fakefilesystem/api/okio-fakefilesystem.api
new file mode 100644
index 00000000..1d319e43
--- /dev/null
+++ b/okio-fakefilesystem/api/okio-fakefilesystem.api
@@ -0,0 +1,41 @@
+public final class okio/fakefilesystem/FakeFileSystem : okio/FileSystem {
+ public final field clock Lkotlinx/datetime/Clock;
+ public fun <init> ()V
+ public fun <init> (Lkotlinx/datetime/Clock;)V
+ public synthetic fun <init> (Lkotlinx/datetime/Clock;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
+ public final fun allPaths ()Ljava/util/Set;
+ public fun appendingSink (Lokio/Path;Z)Lokio/Sink;
+ public fun atomicMove (Lokio/Path;Lokio/Path;)V
+ public fun canonicalize (Lokio/Path;)Lokio/Path;
+ public final fun checkNoOpenFiles ()V
+ public fun createDirectory (Lokio/Path;Z)V
+ public fun createSymlink (Lokio/Path;Lokio/Path;)V
+ public fun delete (Lokio/Path;Z)V
+ public final fun emulateUnix ()V
+ public final fun emulateWindows ()V
+ public final fun getAllowClobberingEmptyDirectories ()Z
+ public final fun getAllowDeletingOpenFiles ()Z
+ public final fun getAllowMovingOpenFiles ()Z
+ public final fun getAllowReadsWhileWriting ()Z
+ public final fun getAllowSymlinks ()Z
+ public final fun getAllowWritesWhileWriting ()Z
+ public final fun getWorkingDirectory ()Lokio/Path;
+ public fun list (Lokio/Path;)Ljava/util/List;
+ public fun listOrNull (Lokio/Path;)Ljava/util/List;
+ public fun metadataOrNull (Lokio/Path;)Lokio/FileMetadata;
+ public final fun openPaths ()Ljava/util/List;
+ public fun openReadOnly (Lokio/Path;)Lokio/FileHandle;
+ public fun openReadWrite (Lokio/Path;ZZ)Lokio/FileHandle;
+ public final fun setAllowClobberingEmptyDirectories (Z)V
+ public final fun setAllowDeletingOpenFiles (Z)V
+ public final fun setAllowMovingOpenFiles (Z)V
+ public final fun setAllowReadsWhileWriting (Z)V
+ public final fun setAllowSymlinks (Z)V
+ public final fun setAllowWritesWhileWriting (Z)V
+ public final fun setExtra (Lokio/Path;Lkotlin/reflect/KClass;Ljava/lang/Object;)V
+ public final fun setWorkingDirectory (Lokio/Path;)V
+ public fun sink (Lokio/Path;Z)Lokio/Sink;
+ public fun source (Lokio/Path;)Lokio/Source;
+ public fun toString ()Ljava/lang/String;
+}
+