public abstract class CompressedDataReader extends DataReader
Constructor and Description |
---|
CompressedDataReader(File file) |
CompressedDataReader(File folder,
String filename) |
CompressedDataReader(org.bukkit.plugin.Plugin plugin,
String filename) |
CompressedDataReader(String filepath) |
Modifier and Type | Method and Description |
---|---|
DataInputStream |
getStream(InputStream stream)
Gets the Preferred Data stream from an Input stream
Can add additional stream logic |
exists, getFile, read, read
public CompressedDataReader(File file)
public CompressedDataReader(org.bukkit.plugin.Plugin plugin, String filename)
public CompressedDataReader(String filepath)
public DataInputStream getStream(InputStream stream)
DataReader
getStream
in class DataReader
stream
- to get the data stream forCopyright © 2019. All rights reserved.