public abstract class CompressedDataWriter extends DataWriter
Constructor and Description |
---|
CompressedDataWriter(File file) |
CompressedDataWriter(File folder,
String filename) |
CompressedDataWriter(org.bukkit.plugin.Plugin plugin,
String filename) |
CompressedDataWriter(String filepath) |
Modifier and Type | Method and Description |
---|---|
DataOutputStream |
getStream(OutputStream stream)
Gets the Preferred Data stream from an Output stream
Can add additional stream logic |
write, write
public CompressedDataWriter(File file)
public CompressedDataWriter(org.bukkit.plugin.Plugin plugin, String filename)
public CompressedDataWriter(String filepath)
public DataOutputStream getStream(OutputStream stream)
DataWriter
getStream
in class DataWriter
stream
- to get the data stream forCopyright © 2019. All rights reserved.