RuneHive-Game
Loading...
Searching...
No Matches
OnDemandRequest.java
Go to the documentation of this file.
1package dev.advo.fs.net.ondemand;
2
3import dev.advo.fs.fs.FileDescriptor;
4
5public final class OnDemandRequest {
6
8
10 this.fileDescriptor = fileDescriptor;
11 }
12
16}
A class which points to a file in the cache.
OnDemandRequest(FileDescriptor fileDescriptor)