C# Class OpenSim.Region.CoreModules.World.Voxels.NBTFileHandler

Inheritance: IVoxelFileHandler
Show file Open project: N3X15/VoxelSim

Public Methods

Method Description
Load ( string file ) : IVoxelChannel
LoadStream ( Stream a ) : IVoxelChannel
NBTFileHandler ( ) : System
Save ( string file, IVoxelChannel _c ) : bool
SaveStream ( Stream a, IVoxelChannel c ) : void

Method Details

Load() public method

public Load ( string file ) : IVoxelChannel
file string
return IVoxelChannel

LoadStream() public method

public LoadStream ( Stream a ) : IVoxelChannel
a Stream
return IVoxelChannel

NBTFileHandler() public method

public NBTFileHandler ( ) : System
return System

Save() public method

public Save ( string file, IVoxelChannel _c ) : bool
file string
_c IVoxelChannel
return bool

SaveStream() public method

public SaveStream ( Stream a, IVoxelChannel c ) : void
a Stream
c IVoxelChannel
return void