aboutsummaryrefslogtreecommitdiff
path: root/okio-fakefilesystem/api/okio-fakefilesystem.api
blob: 1d319e4340c5d93a7efa30944b2a7fb9773b0ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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;
}