public interface FileFactory extends Serializable
Modifier and Type | Method and Description |
---|---|
File |
createFile(String fileName)
Create a new file for given file name.
|
File createFile(String fileName) throws IOException
fileName
- file name to create file forFile
that should be usedIOException
Copyright © 2025. All rights reserved.