Class BlockingDiskFile
java.lang.Object
com.hypixel.hytale.server.core.util.io.BlockingDiskFile
- Direct Known Subclasses:
HytaleBanProvider,HytalePermissionsProvider,HytaleWhitelistProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidcreate(BufferedWriter var1) protected abstract voidread(BufferedReader var1) voidsyncLoad()voidsyncSave()protected Fileprotected abstract voidwrite(BufferedWriter var1)
-
Field Details
-
fileLock
-
path
-
-
Constructor Details
-
BlockingDiskFile
-
-
Method Details
-
read
- Throws:
IOException
-
write
- Throws:
IOException
-
create
- Throws:
IOException
-
syncLoad
public void syncLoad() -
syncSave
public void syncSave() -
toLocalFile
-