- Common ways to obtain DicomDirWriter
private void myMethod () {}
public static DicomDirWriter open(File file) throws IOException { if (!file.isFile()) throw new FileNotFoundException(); return new DicomDirWriter(file); }
private void myMethod () {}
public static DicomDirWriter open(File file) throws IOException { if (!file.isFile()) throw new FileNotFoundException(); return new DicomDirWriter(file); }