[This is preliminary documentation and is subject to change.]

Writes a copy of the current map to a given stream, compressed with GZipStream.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public void GetCompressedCopy(
	Stream stream,
	bool prependBlockCount
)

Parameters

stream
Stream
Stream to write the compressed data to.
prependBlockCount
Boolean
If true, prepends block data with signed, 32bit, big-endian block count.

See Also