Class VolFile

java.lang.Object
mgui.io.foreign.vol.VolFile

public class VolFile
extends java.lang.Object
A VolFile is object holds the volume data from a file.
  • Constructor Summary

    Constructors
    Constructor Description
    VolFile​(java.net.URL voldat)
    Creates a VolFile from a URL.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VolFile

      public VolFile​(java.net.URL voldat) throws java.io.IOException
      Creates a VolFile from a URL.
      Parameters:
      voldat - The URL for a .vol file holding the volume
      Throws:
      java.io.IOException