Class FileMcRegionChunkStore

All Implemented Interfaces:
Closeable, AutoCloseable

public class FileMcRegionChunkStore extends McRegionChunkStore
  • Constructor Details

    • FileMcRegionChunkStore

      public FileMcRegionChunkStore(File path)
      Create an instance. The passed path is the folder to read the chunk files from.
      Parameters:
      path - a path
  • Method Details